diff options
author | ale <ale@FreeBSD.org> | 2007-02-08 03:08:34 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-08 03:08:34 +0800 |
commit | 33754b58abb2bd5aefc45ca6efa13adbf134287a (patch) | |
tree | 4bd520efbf99651eba94487e02ed1d7c33a8f459 /java/eclipse-quantum | |
parent | 9efcf07223330244224a2abfc7d5da2a89cda766 (diff) | |
download | freebsd-ports-gnome-33754b58abb2bd5aefc45ca6efa13adbf134287a.tar.gz freebsd-ports-gnome-33754b58abb2bd5aefc45ca6efa13adbf134287a.tar.zst freebsd-ports-gnome-33754b58abb2bd5aefc45ca6efa13adbf134287a.zip |
Fix gef and emf runtime dependencies.
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 |