diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /news/hellanzb | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'news/hellanzb')
-rw-r--r-- | news/hellanzb/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 716264d6ca4d..e41c5c569b37 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -12,11 +12,11 @@ COMMENT= Nzb downloader and post processor LICENSE= BSD3CLAUSE -RUN_DEPENDS= par2:${PORTSDIR}/archivers/par2cmdline \ - flac:${PORTSDIR}/audio/flac \ - shorten:${PORTSDIR}/audio/shorten \ - ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc \ - mac:${PORTSDIR}/audio/mac +RUN_DEPENDS= par2:archivers/par2cmdline \ + flac:audio/flac \ + shorten:audio/shorten \ + ${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc \ + mac:audio/mac USE_PYTHON= distutils USES= python:2 twisted:run,web @@ -29,9 +29,9 @@ OPTIONS_DEFINE= DOCS # more fully-featured rar needs i386 .if ${ARCH} == "i386" -RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +RUN_DEPENDS+= rar:archivers/rar .else -RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +RUN_DEPENDS+= unrar:archivers/unrar .endif post-install-DOCS-on: |