diff options
Diffstat (limited to 'x11-fm/xnc/Makefile')
-rw-r--r-- | x11-fm/xnc/Makefile | 6 |
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 |