diff options
-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 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 |