From 48977f335aa0ceedf3b7c36625fe6a8d475cc5a6 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Tue, 11 May 2010 00:19:18 +0000 Subject: - Use gcc >= 4.5 instead of gcc == 4.5 to build Requested by: gerald --- print/pdftk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/pdftk') 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} -- cgit v1.2.3