Date: Thu, 4 Aug 2016 03:49:11 +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: r419587 - head/deskutils/freemind Message-ID: <201608040349.u743nBiZ021204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 03:49:10 2016 New Revision: 419587 URL: https://svnweb.freebsd.org/changeset/ports/419587 Log: deskutils/freemind: 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). Note that it's pulled in by a non-default option. In this particular case, USES=zip:infozip is set, so unzip is pulled in anyway through this mechanism (so explicit callout is still redundant) Approved by: infrastructure blanket (removal of redundant deps) Modified: head/deskutils/freemind/Makefile Modified: head/deskutils/freemind/Makefile ============================================================================== --- head/deskutils/freemind/Makefile Thu Aug 4 03:45:16 2016 (r419586) +++ head/deskutils/freemind/Makefile Thu Aug 4 03:49:10 2016 (r419587) @@ -14,8 +14,7 @@ COMMENT= Free mind-mapping software writ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license -BUILD_DEPENDS= unzip:archivers/unzip \ - zip:archivers/zip +BUILD_DEPENDS= zip:archivers/zip USES= cpe zip:infozip USE_JAVA= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040349.u743nBiZ021204>