diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 04:16:01 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 04:16:01 +0800 |
commit | a012a5f7c261fb23f55be29a8071a5586601faa1 (patch) | |
tree | f530f43b2ba957aa86099df9abb105bf93d1c41e | |
parent | 196f683c9dfbd8dcdf3011f77fd36a2d977590e3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |