From 878dbdc9680a972a5c6639fda85fbbcc71afcc86 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 4 Aug 2016 04:01:16 +0000 Subject: java/phpeclipse: 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) --- java/phpeclipse/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'java') diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index b6aaf8aacb5b..e79e61f8dd08 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -11,7 +11,6 @@ DISTNAME= PHPEclipse-${PLIST_VER}-src MAINTAINER= kamikaze@bsdforen.de COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework -BUILD_DEPENDS+= unzip:archivers/unzip RUN_DEPENDS= eclipse:java/eclipse PLUGIN_PATHS= features plugins -- cgit