diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 12:01:16 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 12:01:16 +0800 |
commit | 878dbdc9680a972a5c6639fda85fbbcc71afcc86 (patch) | |
tree | 842dafd42cd24ca37210d5c6ef5b752cb6319b6b /java | |
parent | bb5a3a39fdea87b313f4a55fadf333d0357080ce (diff) | |
download | freebsd-ports-gnome-878dbdc9680a972a5c6639fda85fbbcc71afcc86.tar.gz freebsd-ports-gnome-878dbdc9680a972a5c6639fda85fbbcc71afcc86.tar.zst freebsd-ports-gnome-878dbdc9680a972a5c6639fda85fbbcc71afcc86.zip |
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')
-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 |