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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419591
@ -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…
Reference in New Issue
Block a user