forked from Lainports/freebsd-ports
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)
This commit is contained in:
parent
b36ed5a415
commit
5a8aa79d8f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue