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 | |
| parent | 8c105f63b61137eb9928a9cd9688446271efc21b (diff) | |
Notes
Diffstat (limited to 'java')
| -rw-r--r-- | java/eclipse-clay-core/Makefile | 2 | ||||
| -rw-r--r-- | java/eclipse-quantum/Makefile | 2 | ||||
| -rw-r--r-- | java/eclipse-sqlexplorer/Makefile | 4 | ||||
| -rw-r--r-- | java/eclipse-uml/Makefile | 5 |
4 files changed, 6 insertions, 7 deletions
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile index 4edeaf9e18e4..3157500fe62e 100644 --- a/java/eclipse-clay-core/Makefile +++ b/java/eclipse-clay-core/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= eclipse MAINTAINER= mitsuru@riken.jp COMMENT= A database design tool for the Eclipse development environment -RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef +RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070109/feature.xml:${PORTSDIR}/java/eclipse-gef RESTRICTED= License agreement is required to download. 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 diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile index aab823a9cce4..907aca6f027f 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -19,8 +19,8 @@ DIST_SUBDIR= eclipse MAINTAINER= sugimura@jp.FreeBSD.ORG COMMENT= A visual database query tool for Eclipse -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ + ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070109/feature.xml:${PORTSDIR}/java/eclipse-gef NO_BUILD= yes NO_WRKSUBDIR= yes 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 |
