diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 08:30:11 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-06 08:30:11 +0000 |
| commit | 4d3fbc787b4246fb45317414525bf75b4b5cafe8 (patch) | |
| tree | bde33e9b47bb42e3db8bf4c500d06e7ecc745246 /java | |
| parent | Update to 0.3 (diff) | |
- Fix RUN_DEPENDS
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=192886
Diffstat (limited to 'java')
| -rw-r--r-- | java/eclipse-EPIC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index c2dcc9ab79a8..8a71a753c5ad 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -7,6 +7,7 @@ PORTNAME= EPIC PORTVERSION= 0.5.33 +PORTREVISION= 1 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= e-p-i-c @@ -16,7 +17,7 @@ DISTNAME= ${EPIC}_${PORTVERSION}_20070406 MAINTAINER= gerrit.beine@gmx.de COMMENT= EPIC adds Perl support to the Eclipse IDE Framework -#RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes USE_ZIP= yes |
