diff options
author | thierry <thierry@FreeBSD.org> | 2004-11-30 04:08:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-11-30 04:08:05 +0800 |
commit | 6b75d10278c27482ed4026f8723c3424af1b3f12 (patch) | |
tree | f809a26a782983afb21d6309d77fb005444a1496 /print | |
parent | 6bd069544e162110711334c3e55b6800f08ef764 (diff) | |
download | freebsd-ports-gnome-6b75d10278c27482ed4026f8723c3424af1b3f12.tar.gz freebsd-ports-gnome-6b75d10278c27482ed4026f8723c3424af1b3f12.tar.zst freebsd-ports-gnome-6b75d10278c27482ed4026f8723c3424af1b3f12.zip |
gcc33 is broken on amd64 and gcc34 have problem, then remove support of
amd64.
Submitted by: maintainer.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 4 |
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 |