aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-09-25 04:16:01 +0800
committerjbeich <jbeich@FreeBSD.org>2017-09-25 04:16:01 +0800
commita012a5f7c261fb23f55be29a8071a5586601faa1 (patch)
treef530f43b2ba957aa86099df9abb105bf93d1c41e
parent196f683c9dfbd8dcdf3011f77fd36a2d977590e3 (diff)
downloadfreebsd-ports-gnome-a012a5f7c261fb23f55be29a8071a5586601faa1.tar.gz
freebsd-ports-gnome-a012a5f7c261fb23f55be29a8071a5586601faa1.tar.zst
freebsd-ports-gnome-a012a5f7c261fb23f55be29a8071a5586601faa1.zip
print/pdftk: decouple from default GCC version
Only lang/gcc6 still supports JAVA option. PR: 222573 Reported by: rakuco Approved by: portmgr blanket
-rw-r--r--print/pdftk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 81c2879c4a44..fe39e6c86450 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
# Get GCC version suffix without the dot in USE_GCC
CSUFF= ${_USE_GCC:S/.//}
-USE_GCC= yes
+USE_GCC= 6
USES= iconv gmake zip
# gcj/libgcj don't exist on some platforms