diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-07 19:08:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-07 19:08:34 +0000 |
commit | cfc928de0e70eb734db0dd508229c3408a954014 (patch) | |
tree | 91762ccb911140f6a9cacda878689c87df09708b /java/eclipse-quantum | |
parent | 8c105f63b61137eb9928a9cd9688446271efc21b (diff) | |
download | ports-cfc928de0e70eb734db0dd508229c3408a954014.tar.gz ports-cfc928de0e70eb734db0dd508229c3408a954014.zip |
Fix gef and emf runtime dependencies.
Notes
Notes:
svn path=/head/; revision=184524
Diffstat (limited to 'java/eclipse-quantum')
-rw-r--r-- | java/eclipse-quantum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-quantum/Makefile b/java/eclipse-quantum/Makefile index cc421c4fb858..81320d8ca1c7 100644 --- a/java/eclipse-quantum/Makefile +++ b/java/eclipse-quantum/Makefile @@ -18,7 +18,7 @@ MAINTAINER= freebsd-eclipse@FreeBSD.org COMMENT= Database access and SQL editor for the Eclipse IDE RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070109/feature.xml:${PORTSDIR}/java/eclipse-gef NO_WRKSUBDIR= yes NO_BUILD= yes |