diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 20:43:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-01 20:43:32 +0000 |
commit | 3d89c369fd92824c9fb3bd9ef0424c14aaa062bf (patch) | |
tree | c11c957bb9b0224c8b43d270f45fbe297df3f28a /java/phpeclipse | |
parent | - simplify dependency (diff) |
- 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 6daae352d001..3fd0af312e4b 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 |