diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/eclipse-aptana-radrails/Makefile | |
parent | - Change license BSD to BSD3CLAUSE (diff) |
Convert j* to USES=zip
Notes
Notes:
svn path=/head/; revision=347771
Diffstat (limited to 'java/eclipse-aptana-radrails/Makefile')
-rw-r--r-- | java/eclipse-aptana-radrails/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-aptana-radrails/Makefile b/java/eclipse-aptana-radrails/Makefile index 175172783684..7863a50388be 100644 --- a/java/eclipse-aptana-radrails/Makefile +++ b/java/eclipse-aptana-radrails/Makefile @@ -10,13 +10,13 @@ MASTER_SITES= http://update1.aptana.org/rails/${PORTVERSION}/ \ PKGNAMEPREFIX= eclipse- PKGNAMESUFFIX= -radrails DISTNAME= org.radrails.rails_feature-${PORTVERSION}-278787EUNvWohWG-fz0019H9P9Y9 -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= IDE for Ruby and the Ruby on Rails framework (Eclipse plugin) RUN_DEPENDS= ${LOCALBASE}/lib/eclipse/features/com.aptana.ide.feature_1.2.7.024747.jar:${PORTSDIR}/java/eclipse-aptana +USES= zip JAVA_VERSION= 1.6+ NO_BUILD= yes |