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/glib-java | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (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 'devel/glib-java')
-rw-r--r-- | devel/glib-java/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/glib-java/Makefile b/devel/glib-java/Makefile index 467d90c7a016..2a3cdd4e4322 100644 --- a/devel/glib-java/Makefile +++ b/devel/glib-java/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: glib-java -# Date created: 26 Oct 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/devel/glib-java/Makefile,v 1.4 2006/09/14 12:37:40 ahze Exp $ -# PORTNAME= glib-java PORTVERSION= 0.4.2 @@ -21,7 +17,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ JAVA_OS= native USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR} |