diff options
author | pav <pav@FreeBSD.org> | 2007-01-19 01:26:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-19 01:26:28 +0800 |
commit | 95021fbf2451d6e834bf1ed2d64c6cb207cba682 (patch) | |
tree | 252cfbe6d8c57a0f0cba519f694f465755f8f9c3 /print | |
parent | b54948c6d832a9e1481e83aabe3d032836c66458 (diff) | |
download | freebsd-ports-gnome-95021fbf2451d6e834bf1ed2d64c6cb207cba682.tar.gz freebsd-ports-gnome-95021fbf2451d6e834bf1ed2d64c6cb207cba682.tar.zst freebsd-ports-gnome-95021fbf2451d6e834bf1ed2d64c6cb207cba682.zip |
- Allow usage of gcc 4.2 and up
PR: ports/107837 (based on)
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 4 |
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 |