summaryrefslogtreecommitdiffstats
path: root/print/pdftk
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-11-29 20:08:05 +0000
committerthierry <thierry@FreeBSD.org>2004-11-29 20:08:05 +0000
commit6b75d10278c27482ed4026f8723c3424af1b3f12 (patch)
treef809a26a782983afb21d6309d77fb005444a1496 /print/pdftk
parent6bd069544e162110711334c3e55b6800f08ef764 (diff)
downloadFreeBSD-ports-6b75d10278c27482ed4026f8723c3424af1b3f12.zip
FreeBSD-ports-6b75d10278c27482ed4026f8723c3424af1b3f12.tar.gz
gcc33 is broken on amd64 and gcc34 have problem, then remove support of
amd64. Submitted by: maintainer.
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 1c5a8f5..3f3659e 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
OpenPOWER on IntegriCloud