aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-18 17:26:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-18 17:26:28 +0000
commitab623623fbed02a2820d60d8b40e996d4b1efde5 (patch)
tree172dc1e550c462159694650d64c102f41ac5598d /print/pdftk
parentaf3365356527ed74aa139bae8727419a9633125a (diff)
downloadports-ab623623fbed02a2820d60d8b40e996d4b1efde5.tar.gz
ports-ab623623fbed02a2820d60d8b40e996d4b1efde5.zip
- Allow usage of gcc 4.2 and up
PR: ports/107837 (based on) Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=182742
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 8448f0bf09e7..317f6e378475 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -20,12 +20,12 @@ COMMENT= A simple tool for doing everyday things with PDF documents
NOT_FOR_ARCHS= amd64 ia64 sparc64
# Get gcc version suffix without the dot in USE_GCC
-CSUFF= ${USE_GCC:S/.//}
+CSUFF= ${USE_GCC:S/.//:S/+//}
# needs gcj
LIB_DEPENDS= gcj.7:${PORTSDIR}/lang/gcc${CSUFF}
-USE_GCC= 4.1
+USE_GCC= 4.1+
USE_GMAKE= yes
USE_ICONV= yes