diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
commit | 7c354b1913f01af4543a3be2745370660e7153e4 (patch) | |
tree | 46951eebc3f0fab0c5354d48cdafd62a5f90147d /lang/jruby | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) | |
download | freebsd-ports-7c354b1913f01af4543a3be2745370660e7153e4.zip |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index df3ab5661eae..fd98473bef96 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: JRuby -# Date created: 20 September 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= jruby PORTVERSION= 1.6.6 @@ -18,7 +14,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work JRUBY_HOME?= ${PREFIX}/share/${PORTNAME} |