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 /audio/jxm/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 'audio/jxm/Makefile')
-rw-r--r-- | audio/jxm/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/jxm/Makefile b/audio/jxm/Makefile index 7d59e21..792ea02 100644 --- a/audio/jxm/Makefile +++ b/audio/jxm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jxm -# Date created: 07 March 2004 -# Whom: Nick Sayer <nsayer@freebsd.org> -# +# Created by: Nick Sayer <nsayer@freebsd.org> # $FreeBSD$ -# PORTNAME= jxm PORTVERSION= 1.4 @@ -19,7 +15,7 @@ COMMENT= XMPCR (USB XM radio) control software RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/CommDriver.jar:${PORTSDIR}/comms/java-commapi-freebsd USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native NO_BUILD= yes |