aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-04 20:54:51 +0800
committermat <mat@FreeBSD.org>2014-01-04 20:54:51 +0800
commit535632daa34f4a2415492289f9c92bbfaa3bb210 (patch)
treeb3f65ad243a3651bafb213354c9242605f538baa
parent41e0967bb2a7befb4be9246117cac8f356f41a6a (diff)
downloadfreebsd-ports-gnome-535632daa34f4a2415492289f9c92bbfaa3bb210.tar.gz
freebsd-ports-gnome-535632daa34f4a2415492289f9c92bbfaa3bb210.tar.zst
freebsd-ports-gnome-535632daa34f4a2415492289f9c92bbfaa3bb210.zip
Another iteration on the path of finding the right fix.
-rw-r--r--print/pdftk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 68bca94603e6..99b8e958c40a 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pdftk
PORTVERSION= 2.02
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -12,13 +13,13 @@ COMMENT= Simple tool for doing everyday things with PDF documents
LICENSE= GPLv2
-LIB_DEPENDS= libgcj.so:${PORTSDIR}/lang/gcc${CSUFF} \
- libstdc++.so:${PORTSDIR}/lang/gcc${CSUFF} \
- libgcc_s.so:${PORTSDIR}/lang/gcc${CSUFF}
+LIB_DEPENDS= libgcj.so:${PORTSDIR}/lang/${_GCC_PORT} \
+ libstdc++.so:${PORTSDIR}/lang/${_GCC_PORT} \
+ libgcc_s.so:${PORTSDIR}/lang/${_GCC_PORT}
-BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} \
- gcjh${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} \
- cpp${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF}
+BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/${_GCC_PORT} \
+ gcjh${CSUFF}:${PORTSDIR}/lang/${_GCC_PORT} \
+ cpp${CSUFF}:${PORTSDIR}/lang/${_GCC_PORT}
USE_ZIP= yes