diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 08:31:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 08:31:27 +0800 |
commit | aa451cb4bc767418450d8bdeb44e18112234846c (patch) | |
tree | 2bd0f6589165a81247ce9d9968b9225eac7fc35e /news | |
parent | 932729dc103ce5b7bbb723ccc11a773d5b9a3b18 (diff) | |
download | freebsd-ports-gnome-aa451cb4bc767418450d8bdeb44e18112234846c.tar.gz freebsd-ports-gnome-aa451cb4bc767418450d8bdeb44e18112234846c.tar.zst freebsd-ports-gnome-aa451cb4bc767418450d8bdeb44e18112234846c.zip |
news/atp: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Diffstat (limited to 'news')
-rw-r--r-- | news/atp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/atp/Makefile b/news/atp/Makefile index 04ef90670650..ca199a307bf4 100644 --- a/news/atp/Makefile +++ b/news/atp/Makefile @@ -11,8 +11,7 @@ DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= QWK message packet reader and composer for FreeBSD -RUN_DEPENDS= zip:archivers/zip \ - unzip:archivers/unzip +RUN_DEPENDS= zip:archivers/zip USES= gmake perl5 USE_PERL5= run |