diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-18 23:22:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-18 23:22:01 +0000 |
commit | 743b174d5ed5e210559c9f60d93ace00d78999d2 (patch) | |
tree | aac92ed222a0ca6112adfd8bc74238a9e17e0263 /print | |
parent | 2a03bd8a1cec10025279fc4ec3f30b804f8c3656 (diff) | |
download | ports-743b174d5ed5e210559c9f60d93ace00d78999d2.tar.gz ports-743b174d5ed5e210559c9f60d93ace00d78999d2.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 2 |
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} |