diff options
author | pav <pav@FreeBSD.org> | 2009-01-14 01:19:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-14 01:19:24 +0800 |
commit | 0b08e3c3e377d5ba82f40485fecaa144d6014ccb (patch) | |
tree | d2a119f44afea5783c2944ccedca9be9b9159890 /java | |
parent | e45ba61255028aa8558014b1f2327000713e633b (diff) | |
download | freebsd-ports-gnome-0b08e3c3e377d5ba82f40485fecaa144d6014ccb.tar.gz freebsd-ports-gnome-0b08e3c3e377d5ba82f40485fecaa144d6014ccb.tar.zst freebsd-ports-gnome-0b08e3c3e377d5ba82f40485fecaa144d6014ccb.zip |
- Chase eclipse-gef update
Reported by: pointyhat
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 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/java/eclipse-clay-core/Makefile b/java/eclipse-clay-core/Makefile index f2c836e33954..ae2ba00abce2 100644 --- a/java/eclipse-clay-core/Makefile +++ b/java/eclipse-clay-core/Makefile @@ -17,7 +17,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.2.2.v20070208/feature.xml:${PORTSDIR}/java/eclipse-gef +RUN_DEPENDS+= ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/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 a75c26d55810..ff3bb95fe9aa 100644 --- a/java/eclipse-quantum/Makefile +++ b/java/eclipse-quantum/Makefile @@ -19,7 +19,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.2.2.v20070208/feature.xml:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/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 90a615242ed3..8e10c8a3491b 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -20,7 +20,7 @@ MAINTAINER= sugimura@jp.FreeBSD.ORG COMMENT= A visual database query tool for Eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ - ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.2.2.v20070208/feature.xml:${PORTSDIR}/java/eclipse-gef + ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef NO_BUILD= yes NO_WRKSUBDIR= yes |