diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-18 21:00:03 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-12-18 21:00:03 +0000 |
commit | cc322497edd7b3776a36214c9056de7113bd723a (patch) | |
tree | 2ddf036a8a7e21a680fcf00b962807c0be33f71c /print | |
parent | 64535bfc18aafdda9911533d6b8bf4fe2dab31f7 (diff) | |
download | ports-cc322497edd7b3776a36214c9056de7113bd723a.tar.gz ports-cc322497edd7b3776a36214c9056de7113bd723a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 5b4329a9f5a4..fabb28646148 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -24,6 +24,8 @@ CSUFF= ${_USE_GCC:S/.//} # needs gcj LIB_DEPENDS= gcj:${PORTSDIR}/lang/gcc${CSUFF} +BROKEN= gcj is not currently available in the GCC toolchain + USE_GCC= 4.4+ USE_GMAKE= yes USE_ICONV= yes |