diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-01 20:43:32 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-01 20:43:32 +0000 |
commit | c60efab47c4f73918b27554b48a9e58a4929a398 (patch) | |
tree | 79082d147f6810261f5065b3f49f36b53cb17476 /java/phpeclipse | |
parent | cee7235e702c6c6b84c61ff80b8f8fceb75393d2 (diff) | |
download | FreeBSD-ports-c60efab47c4f73918b27554b48a9e58a4929a398.zip FreeBSD-ports-c60efab47c4f73918b27554b48a9e58a4929a398.tar.gz |
- Add missing dependency
Submitted by: maintainer
Reported by: pavbpt/erwinbot
Diffstat (limited to 'java/phpeclipse')
-rw-r--r-- | java/phpeclipse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index 6daae35..3fd0af3 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -8,13 +8,13 @@ PORTNAME= phpeclipse PORTVERSION= 1.2.1 CATEGORIES= java editors devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= PHPEclipse_${PORTVERSION}_src MAINTAINER= kamikaze@bsdforen.de COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse PLUGIN_PATHS= features plugins |