Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 19:09:32 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 179154 for review
Message-ID:  <201006031909.o53J9W58026457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@179154?ac=10

Change 179154 by gcooper@gcooper-bayonetta on 2010/06/03 19:08:36

	Improve style of last commit; this has nothing to do with
	style.Makefile(9).

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/Makefile#5 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/Makefile#5 (text+ko) ====

@@ -132,14 +132,8 @@
 _bind=		bind
 .endif
 
-_libarchive_deps=liblzma libz
-_libstand_deps=	liblzma libz
-
 .if ${MK_BZIP2} != "no"
 _libbz2=	libbz2
-
-_libarchive_deps+=libbz2
-_libstand_deps+=libbz2
 .endif
 
 .if ${MK_BLUETOOTH} != "no"
@@ -234,6 +228,9 @@
 _libusb=	libusb
 .endif
 
+_libarchive_deps=${_libbz2} liblzma libz
+_libstand_deps=	${_libbz2} liblzma libz
+
 libarchive: ${_libarchive_deps}
 libmagic: libz
 libpkg: ${_libpkg_deps}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006031909.o53J9W58026457>