diff options
Diffstat (limited to 'graphics/tintfu')
-rw-r--r-- | graphics/tintfu/Makefile | 2 | ||||
-rw-r--r-- | graphics/tintfu/files/tintfu.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index c31c0cf0c99b..a38a98ed207b 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -25,7 +25,7 @@ EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= . NO_BUILD= yes USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.5+ PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}.jar \ bin/tintfu diff --git a/graphics/tintfu/files/tintfu.sh.in b/graphics/tintfu/files/tintfu.sh.in index 4a44d0645a0a..c766004fc83c 100644 --- a/graphics/tintfu/files/tintfu.sh.in +++ b/graphics/tintfu/files/tintfu.sh.in @@ -2,4 +2,4 @@ # # $FreeBSD$ -JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/%%DISTNAME%%.jar" |