diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
commit | b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61 (patch) | |
tree | b21bb163612ada27b794145017e435f07958d801 /archivers | |
parent | 08971ff8e26db5201814efe67f53cd9d7bd86f08 (diff) |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
Notes
Notes:
svn path=/head/; revision=148214
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 3 | ||||
-rw-r--r-- | archivers/libcomprex/Makefile | 4 | ||||
-rw-r--r-- | archivers/rpm/Makefile | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index a25a8a3c6567..034793b76cb5 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -17,9 +17,6 @@ COMMENT= Dynamic Adaptive Compression Tool LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ lzo.1:${PORTSDIR}/archivers/lzo -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif USE_GETOPT_LONG= yes USE_GMAKE= yes diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index ae7de1960b8d..cbf7c44040b6 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -18,10 +18,6 @@ COMMENT= Transparently handles automatic compression and decompression of files #LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - USE_LIBLTDL= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL_VER= 15 diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index b4ca34d6b339..588127042b2f 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -15,9 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Red Hat Package Manager LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif CONFLICTS= rpm-4.* |