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/jumpgis | |
parent | 1dc6a664e3eb746710f5b332ceb06be47ffacbe0 (diff) |
Notes
Diffstat (limited to 'graphics/jumpgis')
-rw-r--r-- | graphics/jumpgis/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <boris@brooknet.com.au> -# +# Created by: Sam Lawrance <boris@brooknet.com.au> # $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 |