aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-14 10:56:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-14 10:56:29 +0000
commitb460bd6543b45fb8b8b8d85d781e3ddbfe80bf61 (patch)
treeb21bb163612ada27b794145017e435f07958d801 /archivers/dact
parent08971ff8e26db5201814efe67f53cd9d7bd86f08 (diff)
downloadports-b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61.tar.gz
ports-b460bd6543b45fb8b8b8d85d781e3ddbfe80bf61.zip
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/dact')
-rw-r--r--archivers/dact/Makefile3
1 files changed, 0 insertions, 3 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