diff options
-rw-r--r-- | graphics/mapyrus/Makefile | 2 | ||||
-rw-r--r-- | graphics/mapyrus/files/mapyrus.in | 2 | ||||
-rw-r--r-- | textproc/jdictionary/Makefile.plugin | 8 |
3 files changed, 4 insertions, 8 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} diff --git a/textproc/jdictionary/Makefile.plugin b/textproc/jdictionary/Makefile.plugin index f5dc656ac6c0..871aaf8d1dbd 100644 --- a/textproc/jdictionary/Makefile.plugin +++ b/textproc/jdictionary/Makefile.plugin @@ -1,9 +1,5 @@ -# New ports collection makefile for: jdictionary (plugins) -# Date created: 15.12.2004 -# Whom: hq@FreeBSD.org -# +# Created by: hq@FreeBSD.org # $FreeBSD$ -# EXTRACT_SUFX= # @@ -15,7 +11,7 @@ RUN_DEPENDS+= jdictionary:${PORTSDIR}/textproc/jdictionary # WARNING: USE_JAVA is set to be able to use JAVASHAREDIR. # Please make sure that JAVA_VERSION here is the same as in Makefile. USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # |