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-uml | |
parent | 8c105f63b61137eb9928a9cd9688446271efc21b (diff) | |
download | ports-cfc928de0e70eb734db0dd508229c3408a954014.tar.gz ports-cfc928de0e70eb734db0dd508229c3408a954014.zip |
Notes
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 |