- Restrict the gcc version to 4.2, not 4.2+, since 4.2 is the only

version that includes gcj42 at the moment.

PR:		ports/143093
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe:	yes
This commit is contained in:
Greg Larkin 2010-02-23 21:53:05 +00:00
parent 4f0acc7cac
commit 56315375f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250243

View File

@ -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