diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-04 04:01:16 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-04 04:01:16 +0000 |
commit | 5a8aa79d8ff76f44049fa03fdde4e7e61229134d (patch) | |
tree | 842dafd42cd24ca37210d5c6ef5b752cb6319b6b /java/phpeclipse | |
parent | graphics/qcomicbook: Remove redundant dependency on unzip (diff) |
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)
Diffstat (limited to 'java/phpeclipse')
-rw-r--r-- | java/phpeclipse/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |