diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-05-11 08:19:18 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-05-11 08:19:18 +0800 |
commit | 3379d549fcfa4c76ab55c574ae934c8115c3001d (patch) | |
tree | 6849d1f45eb128d96f339ecafd15900a00b1db26 /print/pdftk | |
parent | c996d03e8697d3c2c3cc3ab7db61c1a6bd3647d3 (diff) | |
download | freebsd-ports-gnome-3379d549fcfa4c76ab55c574ae934c8115c3001d.tar.gz freebsd-ports-gnome-3379d549fcfa4c76ab55c574ae934c8115c3001d.tar.zst freebsd-ports-gnome-3379d549fcfa4c76ab55c574ae934c8115c3001d.zip |
- Use gcc >= 4.5 instead of gcc == 4.5 to build
Requested by: gerald
Diffstat (limited to 'print/pdftk')
-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 032fd3e0ce93..776b42408868 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} # Get gcc version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} -USE_GCC= 4.5 +USE_GCC= 4.5+ USE_GMAKE= yes USE_ICONV= yes USE_LDCONFIG= ${PREFIX}/lib/gcc${CSUFF} |