summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
committerknu <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
commit58124457c3a6dd7117d6d4f3f81c0205ff4c0695 (patch)
tree2bac886c1008a0d4900a2204268e6fef08c43c02 /x11-wm
parent01f54590915661a5f168e052c9c17d8b4ee4e09d (diff)
downloadFreeBSD-ports-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.zip
FreeBSD-ports-58124457c3a6dd7117d6d4f3f81c0205ff4c0695.tar.gz
Conditionalize bzip2 dependencies.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmakerconf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile
index 8899caf..2890c919 100644
--- a/x11-wm/wmakerconf/Makefile
+++ b/x11-wm/wmakerconf/Makefile
@@ -12,8 +12,10 @@ MASTER_SITES= http://ulli.on.openave.net/wmakerconf/
MAINTAINER= dr@domix.de
-RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \
- bunzip2:${PORTSDIR}/archivers/bzip2
+RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
+.if !exists(/usr/bin/bzip2)
+RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
+.endif
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
OpenPOWER on IntegriCloud