diff options
author | pav <pav@FreeBSD.org> | 2004-05-11 15:56:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-11 15:56:46 +0800 |
commit | eef141d9d188e91a84736245b5591630ac23c855 (patch) | |
tree | e01b0e8531b2c721b207c80cb339d55eae84a167 /print | |
parent | ad21c202855bfd010736449076995a23629c2f2f (diff) | |
download | freebsd-ports-gnome-eef141d9d188e91a84736245b5591630ac23c855.tar.gz freebsd-ports-gnome-eef141d9d188e91a84736245b5591630ac23c855.tar.zst freebsd-ports-gnome-eef141d9d188e91a84736245b5591630ac23c855.zip |
- gcj is not available on: ia64 sparc64
Suggested by: kris
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 3 |
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 |