diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:24:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:24:29 +0000 |
commit | 52d564a55281a0e508af246fff0da98dc47c91f7 (patch) | |
tree | 3f8a80ef119467b0186ce4ffff223c0d0120ca4e /news/hellanzb | |
parent | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (diff) |
Notes
Diffstat (limited to 'news/hellanzb')
-rw-r--r-- | news/hellanzb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 94ad260d7044..b358194789c2 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -20,18 +20,14 @@ RUN_DEPENDS= par2:${PORTSDIR}/archivers/par2cmdline \ shorten:${PORTSDIR}/audio/shorten \ ${PYTHON_SITELIBDIR}/yenc.py:${PORTSDIR}/news/py-yenc \ ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_SITELIBDIR}/twisted/web:${PORTSDIR}/www/py-twistedWeb + ${PYTHON_SITELIBDIR}/twisted/web:${PORTSDIR}/www/py-twistedWeb \ + mac:${PORTSDIR}/audio/mac USE_PYTHON= yes USE_PYDISTUTILS=yes .include <bsd.port.pre.mk> -# monkey audio (mac) needs FreeBSD 5 -.if ${OSVERSION} >= 500000 -RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac -.endif - # more fully-featured rar needs at least 5.3 .if ${ARCH} == "i386" && ${OSVERSION} >= 503000 RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar |