diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-10 13:18:28 +0000 |
commit | 62db6380f8cfd8aa33a4a16d2ddae336f67c9745 (patch) | |
tree | 46951eebc3f0fab0c5354d48cdafd62a5f90147d /lang/linux-j/Makefile | |
parent | 6983b431a282dcdbbaf091781289c661af93c65c (diff) | |
download | FreeBSD-ports-62db6380f8cfd8aa33a4a16d2ddae336f67c9745.zip FreeBSD-ports-62db6380f8cfd8aa33a4a16d2ddae336f67c9745.tar.gz |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Diffstat (limited to 'lang/linux-j/Makefile')
-rw-r--r-- | lang/linux-j/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/linux-j/Makefile b/lang/linux-j/Makefile index 8f09119..a30951c 100644 --- a/lang/linux-j/Makefile +++ b/lang/linux-j/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-j -# Date created: 29 September 2001 -# Whom: js@jeannot.org -# +# Created by: js@jeannot.org # $FreeBSD$ -# PORTNAME= j PORTVERSION= 504b @@ -21,7 +17,7 @@ RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper USE_LINUX= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ ONLY_FOR_ARCHS= i386 |