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 /devel/itext/Makefile | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
Notes
Diffstat (limited to 'devel/itext/Makefile')
-rw-r--r-- | devel/itext/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/itext/Makefile b/devel/itext/Makefile index 5a6e3db81fe1..668de01da9e9 100644 --- a/devel/itext/Makefile +++ b/devel/itext/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: itext -# Date created: Apr 2, 2004 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= itext PORTVERSION= 4.2.0 @@ -26,7 +21,7 @@ RUN_DEPENDS= ${JAVAJARDIR}/bcmail.jar:${PORTSDIR}/java/bouncycastle \ USE_BZIP2= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ANT= yes ALL_TARGET= jar jar.rtf jar.rups MAKE_ENV= ANT_INCLUDE_SHARED_JARS=YES |