diff options
author | erwin <erwin@FreeBSD.org> | 2009-12-19 02:18:02 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-12-19 02:18:02 +0800 |
commit | 8b544bd60bf960d580cc1a6011614bfbacc519df (patch) | |
tree | 1919462b30f3509816109c48f4548586ed94a01c /print | |
parent | 0bd258cc265e6dac826b811b6fb5846a4b816d8d (diff) | |
download | freebsd-ports-gnome-8b544bd60bf960d580cc1a6011614bfbacc519df.tar.gz freebsd-ports-gnome-8b544bd60bf960d580cc1a6011614bfbacc519df.tar.zst freebsd-ports-gnome-8b544bd60bf960d580cc1a6011614bfbacc519df.zip |
Attempt to fix the build by bumping the minimum gcc version to
4.4+ as java support was removed from earlier versions.
Submitted by: pointyhat
Diffstat (limited to 'print')
-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 f322ee268af4..5b4329a9f5a4 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -24,7 +24,7 @@ CSUFF= ${_USE_GCC:S/.//} # needs gcj LIB_DEPENDS= gcj:${PORTSDIR}/lang/gcc${CSUFF} -USE_GCC= 4.2+ +USE_GCC= 4.4+ USE_GMAKE= yes USE_ICONV= yes |