summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-18 23:22:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-18 23:22:01 +0000
commit743b174d5ed5e210559c9f60d93ace00d78999d2 (patch)
treeaac92ed222a0ca6112adfd8bc74238a9e17e0263 /print
parentFix the gtk2 dnd implementation broken, see more details in the bugzilla. This (diff)
- Fix previous revision to DTRT
Notes
Notes: svn path=/head/; revision=182765
Diffstat (limited to 'print')
-rw-r--r--print/pdftk/Makefile2
1 files changed, 1 insertions, 1 deletions
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}