From 62db6380f8cfd8aa33a4a16d2ddae336f67c9745 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 10 Dec 2012 13:18:28 +0000 Subject: Decommissioning java 1.5 (EOLed since October 2009): suppress any reference to JAVA_VERSION= 1.5+ (part2) --- graphics/jumpgis/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'graphics/jumpgis') diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index 79f63353a9eb..47b5eac9119e 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: JUMP Unified Mapping Platform -# Date created: June 16 2004 -# Whom: Sam Lawrance -# +# Created by: Sam Lawrance # $FreeBSD$ -# PORTNAME= jumpgis PORTVERSION= 1.1.2 @@ -23,7 +19,7 @@ EXTRACT_AFTER_ARGS= -d ${WRKSRC} TARGET_DIR= ${PREFIX}/${PORTNAME} USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ USE_ZIP= yes NO_BUILD= yes WANT_GNOME= yes -- cgit