diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-04 08:31:27 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-04 08:31:27 +0800 |
commit | 60591940536e19bddb0130653ebd91b3b59dd34b (patch) | |
tree | 2bd0f6589165a81247ce9d9968b9225eac7fc35e /news/atp | |
parent | f349a83e38b3ff244534a5a2fa1d8b2fe0047a3f (diff) | |
download | freebsd-ports-gnome-60591940536e19bddb0130653ebd91b3b59dd34b.tar.gz freebsd-ports-gnome-60591940536e19bddb0130653ebd91b3b59dd34b.tar.zst freebsd-ports-gnome-60591940536e19bddb0130653ebd91b3b59dd34b.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/atp')
-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 |