diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-14 10:56:29 +0000 |
commit | a927e41cd09664e6e50100c4665b3194a209c60e (patch) | |
tree | cd1f7dc5c6176753f3fba6fd58d91417971fd80d /archivers | |
parent | e3b085d2a04ff627f6a4004c9b12032c450fdf42 (diff) | |
download | FreeBSD-ports-a927e41cd09664e6e50100c4665b3194a209c60e.zip FreeBSD-ports-a927e41cd09664e6e50100c4665b3194a209c60e.tar.gz |
Remove explicit checks for /usr/bin/bzip2.
This has been part of the base OS since 4.4.
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 a25a8a3..034793b 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 ae7de19..cbf7c44 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 b4ca34d..5881270 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.* |