aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-02-24 05:53:05 +0800
committerGreg Larkin <glarkin@FreeBSD.org>2010-02-24 05:53:05 +0800
commit56315375f0b91b64d8e29b54b0ddbf758b9578de (patch)
treea1f46be478f73acb8f06039673e3c4eec74479aa /print
parent4f0acc7cacd27a4144e035ed2a9f0a60f0dab03e (diff)
downloadfreebsd-ports-gnome-56315375f0b91b64d8e29b54b0ddbf758b9578de.tar.gz
freebsd-ports-gnome-56315375f0b91b64d8e29b54b0ddbf758b9578de.tar.zst
freebsd-ports-gnome-56315375f0b91b64d8e29b54b0ddbf758b9578de.zip
- 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
Diffstat (limited to 'print')
-rw-r--r--print/pdftk/Makefile6
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
d>In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-8/+3 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1 * - Update to 0.614scheidell2012-08-063-4/+12 * - Update to 0.608miwi2012-01-153-16/+5 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1 * - Update to 0.606wen2011-08-112-4/+5 * Update to 0.605.delphij2011-05-263-3/+5