From 743b174d5ed5e210559c9f60d93ace00d78999d2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik <pav@FreeBSD.org> Date: Thu, 18 Jan 2007 23:22:01 +0000 Subject: - Fix previous revision to DTRT --- 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 317f6e378475..20814b1e6d38 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -20,7 +20,7 @@ COMMENT= A simple tool for doing everyday things with PDF documents NOT_FOR_ARCHS= amd64 ia64 sparc64 # Get gcc version suffix without the dot in USE_GCC -CSUFF= ${USE_GCC:S/.//:S/+//} +CSUFF= ${_USE_GCC:S/.//} # needs gcj LIB_DEPENDS= gcj.7:${PORTSDIR}/lang/gcc${CSUFF} -- cgit v1.2.3