diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /comms/java-commapi-freebsd/Makefile | |
parent | Update to 1.5.4.26862 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1)
Notes
Notes:
svn path=/head/; revision=308600
Diffstat (limited to 'comms/java-commapi-freebsd/Makefile')
-rw-r--r-- | comms/java-commapi-freebsd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/java-commapi-freebsd/Makefile b/comms/java-commapi-freebsd/Makefile index 1d35578d3bf8..aad82ff3facd 100644 --- a/comms/java-commapi-freebsd/Makefile +++ b/comms/java-commapi-freebsd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: java freebsd-commapi -# Date created: 2001/07/01 -# Whom: Ari Suutari <ari.suutari@syncrontech.com> -# +# Created by: Ari Suutari <ari.suutari@syncrontech.com> # $FreeBSD$ -# PORTNAME= java-commapi-freebsd PORTVERSION= 0.9 @@ -18,7 +14,7 @@ BUILD_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/comm.jar:${PORTSDIR}/comms/java-commapi USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_BUILD= yes |