summaryrefslogtreecommitdiff
path: root/textproc/qrcodegen
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/qrcodegen')
-rw-r--r--textproc/qrcodegen/Makefile2
-rw-r--r--textproc/qrcodegen/files/qrcodegen.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/textproc/qrcodegen/Makefile b/textproc/qrcodegen/Makefile
index 7520d378cc12..69b409ceafab 100644
--- a/textproc/qrcodegen/Makefile
+++ b/textproc/qrcodegen/Makefile
@@ -3,6 +3,7 @@
PORTNAME= qrcodegen
PORTVERSION= 1.14.2
+PORTREVISION= 1
CATEGORIES= textproc java
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -17,7 +18,6 @@ NO_ARCH= yes
NO_BUILD= yes
USES= zip:infozip
USE_JAVA= yes
-JAVA_VERSION= 1.6+
SUB_FILES= qrcodegen
INSTALLFILES= FAQ.txt Installation.txt NOTICE QRCodeGen.jar Version.html
diff --git a/textproc/qrcodegen/files/qrcodegen.in b/textproc/qrcodegen/files/qrcodegen.in
index 71cb66d6665f..05eadc249d9a 100644
--- a/textproc/qrcodegen/files/qrcodegen.in
+++ b/textproc/qrcodegen/files/qrcodegen.in
@@ -1,6 +1,5 @@
#!/bin/sh
cd %%DATADIR%%
-JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java \
- -jar QRCodeGen.jar "$@"
+exec %%LOCALBASE%%/bin/java -jar QRCodeGen.jar "$@"