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/eclipse-aptana2 | |
parent | 77e8a42265733925f386a89e06cc508301ad2d5f (diff) | |
download | ports-57168b2e9bdc30b8df639626b43705c604676ecf.tar.gz ports-57168b2e9bdc30b8df639626b43705c604676ecf.zip |
Notes
Diffstat (limited to 'java/eclipse-aptana2')
-rw-r--r-- | java/eclipse-aptana2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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+ |