diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:43:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:43:43 +0000 |
commit | 9c526f721705e892d2cb0d1f20df0ad1f9e3cc55 (patch) | |
tree | 8f8068d6ce0708a3892bc9e9b0f0f44e174dfbbc /textproc/jaxup/Makefile | |
parent | Decommissioning java 1.5 (EOLed since October 2009): (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Notes
Notes:
svn path=/head/; revision=308605
Diffstat (limited to '')
-rw-r--r-- | textproc/jaxup/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/jaxup/Makefile b/textproc/jaxup/Makefile index 5fe72f43b144..93f4338b9296 100644 --- a/textproc/jaxup/Makefile +++ b/textproc/jaxup/Makefile @@ -1,7 +1,4 @@ -# Ports collection makefile for: Jaxup -# Date created: 17 November 2004 -# Whom: Herve Quiroz <hq@FreeBSD.org> -# +# Created by: Herve Quiroz <hq@FreeBSD.org> # $FreeBSD$ PORTNAME= jaxup @@ -26,7 +23,7 @@ USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ DATADIR= ${JAVASHAREDIR}/${PORTNAME} |