diff options
Diffstat (limited to 'print/pdftk/Makefile')
-rw-r--r-- | print/pdftk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 73821db01d56..a24a690c5b1b 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdftk PORTVERSION= 1.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.pdfhacks.com/pdftk/ \ http://www.accesspdf.com/pdftk/ @@ -17,14 +17,14 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= A simple tool for doing everyday things with PDF documents # Make this explicit for all OS versions. For __FreeBSD_version < 700042, -# we need to build gcc 4.2+ to get gcj42, and for OS versions with gcc 4.2+ +# we need to build gcc 4.2 to get gcj42, and for OS versions with gcc 4.2+ # in the base system, we need to build the port anyway to get gcj42. 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.2+ +USE_GCC= 4.2 USE_GMAKE= yes USE_ICONV= yes |