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-uml | |
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-uml')
-rw-r--r-- | java/eclipse-uml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/eclipse-uml/Makefile b/java/eclipse-uml/Makefile index 0ba6722e6e5d..633af4b38e33 100644 --- a/java/eclipse-uml/Makefile +++ b/java/eclipse-uml/Makefile @@ -7,7 +7,6 @@ PORTNAME= uml PORTVERSION= 1.1.1 -PORTREVISION= 0 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/tools/uml2/downloads/drops/${PORTVERSION}/R200509282050/ PKGNAMEPREFIX= eclipse- @@ -17,8 +16,8 @@ DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org COMMENT= A framework creating UML diagrams in Eclipse -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.1.1/feature.xml:${PORTSDIR}/java/eclipse-emf +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ + ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.2.1.v200609210005/feature.xml:${PORTSDIR}/java/eclipse-emf NO_BUILD= yes NO_WRKSUBDIR= yes |