aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-11-29 20:08:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-11-29 20:08:05 +0000
commit724e4bce15085e98a703c09aff80e6fbcbd02c01 (patch)
treeb16ecf88b01bc55a34d8779a385433d057eba982 /print
parentf9517b77cb19324a4b277bdad86cf56808ff8082 (diff)
downloadports-724e4bce15085e98a703c09aff80e6fbcbd02c01.tar.gz
ports-724e4bce15085e98a703c09aff80e6fbcbd02c01.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/pdftk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 1c5a8f596c48..3f3659ec3fbf 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -18,8 +18,8 @@ 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
+# gcj don't exist on (and gcc33 is broken on amd64)
+NOT_FOR_ARCHS= amd64 ia64 sparc64
USE_GCC= 3.3
USE_GMAKE= yes