diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-11-28 16:33:08 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-11-28 16:33:08 +0000 |
commit | 57168b2e9bdc30b8df639626b43705c604676ecf (patch) | |
tree | 88c4859d50e51173a1b6a41f5de1aa85cc795151 /java | |
parent | Connect rrdbot to the build (added by koitsu 2 weeks ago) (diff) |
- Fix the fetch
Pointed out by: QAT
Notes
Notes:
svn path=/head/; revision=223496
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-aptana/Makefile | 4 | ||||
-rw-r--r-- | java/eclipse-aptana2/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/java/eclipse-aptana/Makefile b/java/eclipse-aptana/Makefile index a346f41b9a17..6dd84cf326a7 100644 --- a/java/eclipse-aptana/Makefile +++ b/java/eclipse-aptana/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.0.018852 #PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= java devel -MASTER_SITES= http://update.aptana.com/install/studio/${ECLIPSE_VER}/ +MASTER_SITES= http://update.aptana.com/install/studio/3.2/ PKGNAMEPREFIX= eclipse- DISTNAME= aptana_update_${PORTVERSION:E} @@ -19,8 +19,6 @@ COMMENT= Aptana Web Development Tools (Eclipse plugin) RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse -ECLIPSE_VER= 3.3 - JAVA_OS= native JAVA_VENDOR= bsdjava JAVA_VERSION= 1.5+ diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile index a346f41b9a17..6dd84cf326a7 100644 --- a/java/eclipse-aptana2/Makefile +++ b/java/eclipse-aptana2/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.0.018852 #PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= java devel -MASTER_SITES= http://update.aptana.com/install/studio/${ECLIPSE_VER}/ +MASTER_SITES= http://update.aptana.com/install/studio/3.2/ PKGNAMEPREFIX= eclipse- DISTNAME= aptana_update_${PORTVERSION:E} @@ -19,8 +19,6 @@ COMMENT= Aptana Web Development Tools (Eclipse plugin) RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse -ECLIPSE_VER= 3.3 - JAVA_OS= native JAVA_VENDOR= bsdjava JAVA_VERSION= 1.5+ |