summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
commit329c977502884c573478573703d4fdc1cf47cc3c (patch)
treeda7218515b0cf9493f15d3656391a819ed46faac /x11-fm
parentUpdate to 4154. (diff)
Conditionalize bzip2 dependencies.
Notes
Notes: svn path=/head/; revision=46297
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xnc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile
index cba8de10041d..29f7f0a3cfc6 100644
--- a/x11-fm/xnc/Makefile
+++ b/x11-fm/xnc/Makefile
@@ -19,8 +19,10 @@ MAINTAINER= demon@FreeBSD.org
# rpm:${PORTSDIR}/archivers/rpm \
# rar:${PORTSDIR}/archivers/rar \
# unarj:${PORTSDIR}/archivers/unarj \
-# lha:${PORTSDIR}/archivers/lha \
-# bzip2:${PORTSDIR}/archivers/bzip2
+# lha:${PORTSDIR}/archivers/lha
+#.if !exists(/usr/bin/bzip2)
+#RUN_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
+#.endif
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.4:${PORTSDIR}/graphics/png