diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:54:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 13:54:32 +0000 |
commit | 2fa3ecb5990de31d7ea4bde34fb2d00322806e97 (patch) | |
tree | 70437e0225bac8f4fae0cb276608db9d8cfe809f /graphics/mapyrus | |
parent | 9c526f721705e892d2cb0d1f20df0ad1f9e3cc55 (diff) |
Notes
Diffstat (limited to 'graphics/mapyrus')
-rw-r--r-- | graphics/mapyrus/Makefile | 2 | ||||
-rw-r--r-- | graphics/mapyrus/files/mapyrus.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index bddabffe11d1..5e07f10324a9 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -3,7 +3,7 @@ PORTNAME= mapyrus PORTVERSION= 1.202 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics print java MASTER_SITES= SF diff --git a/graphics/mapyrus/files/mapyrus.in b/graphics/mapyrus/files/mapyrus.in index 02b966a82b12..b7b9de1ab618 100644 --- a/graphics/mapyrus/files/mapyrus.in +++ b/graphics/mapyrus/files/mapyrus.in @@ -10,5 +10,5 @@ if [ -z "$1" ]; then else MAPYRUS_ARGS="$@" fi -JAVA_VERSION="1.5+" \ +JAVA_VERSION="1.6+" \ exec "%%LOCALBASE%%/bin/java" ${JAVA_AWT_HEADLESS} -jar "%%DATADIR%%/mapyrus.jar" ${MAPYRUS_ARGS} |