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/ireport | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
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 'devel/ireport')
-rw-r--r-- | devel/ireport/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ireport/Makefile b/devel/ireport/Makefile index 1b2a137c2929..d322ecc58fd1 100644 --- a/devel/ireport/Makefile +++ b/devel/ireport/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ireport -# Date created: 21 May 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= ireport PORTVERSION= 3.7.6 @@ -17,7 +13,7 @@ COMMENT= A visual report builder/designer for JasperReports RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_DOS2UNIX= *.txt NO_BUILD= yes |