From c53256ac919c04b1a031abb258e7683be1842a2e Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 4 Aug 2016 03:49:10 +0000 Subject: 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) --- deskutils/freemind/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'deskutils') diff --git a/deskutils/freemind/Makefile b/deskutils/freemind/Makefile index 43ef1d9fd47..d5094236ed3 100644 --- a/deskutils/freemind/Makefile +++ b/deskutils/freemind/Makefile @@ -14,8 +14,7 @@ COMMENT= Free mind-mapping software written in Java 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 -- cgit