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 /graphics/xmlgraphics-commons | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) |
Notes
Diffstat (limited to 'graphics/xmlgraphics-commons')
-rw-r--r-- | graphics/xmlgraphics-commons/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xmlgraphics-commons/Makefile b/graphics/xmlgraphics-commons/Makefile index c7d1a02bd64b..747f96f18811 100644 --- a/graphics/xmlgraphics-commons/Makefile +++ b/graphics/xmlgraphics-commons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmlgraphics-commons -# Date created: 11 February 2010 -# Whom: rfarmer@predatorlabs.net -# +# Created by: rfarmer@predatorlabs.net # $FreeBSD$ -# PORTNAME= xmlgraphics-commons PORTVERSION= 1.5.r1222519 @@ -15,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Several reusable components used by Apache Batik and FOP USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_BUILD= yes JAVA_RUN= yes USE_ANT= yes |