Date: Thu, 4 Aug 2016 00:31:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419569 - head/news/atp Message-ID: <201608040031.u740VRM4048905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 00:31:27 2016 New Revision: 419569 URL: https://svnweb.freebsd.org/changeset/ports/419569 Log: 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). Modified: head/news/atp/Makefile Modified: head/news/atp/Makefile ============================================================================== --- head/news/atp/Makefile Thu Aug 4 00:29:33 2016 (r419568) +++ head/news/atp/Makefile Thu Aug 4 00:31:27 2016 (r419569) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040031.u740VRM4048905>