summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-11 07:56:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-11 07:56:46 +0000
commit12e3e8d8c282c05e3339bedb41896cbd124381fb (patch)
tree7ac6b027e416973956bda09785d4309b4283ec55 /print
parent- Fix build (diff)
- gcj is not available on: ia64 sparc64
Suggested by: kris
Notes
Notes: svn path=/head/; revision=108906
Diffstat (limited to 'print')
-rw-r--r--print/pdftk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 6d9c98fb4588..7050754f034e 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -16,6 +16,9 @@ COMMENT= A simple tool for doing everyday things with PDF documents
# needs gcj
BUILD_DEPENDS= gcj33:${PORTSDIR}/lang/gcc33
+# gcj don't exist on
+NOT_FOR_ARCHS= ia64 sparc64
+
USE_GCC= 3.3
USE_GMAKE= yes
USE_ICONV= yes