diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:43:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-20 23:43:18 +0000 |
commit | bb3f937014418368c261063f25041d3b64942bca (patch) | |
tree | 7ea077749726eb101bfdd2b526f962d0f2cc45ed /print | |
parent | 4ee7cdea4d1ecbd65addd034e56034eedffd1c63 (diff) | |
download | ports-bb3f937014418368c261063f25041d3b64942bca.tar.gz ports-bb3f937014418368c261063f25041d3b64942bca.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 f1d19b337510..259c5ece0dbb 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -18,6 +18,8 @@ COMMENT= A simple tool for doing everyday things with PDF documents # gcj/libgcj don't exist on these platforms NOT_FOR_ARCHS= amd64 ia64 sparc64 +BROKEN= "Broken dependency" + # Get gcc version suffix without the dot in USE_GCC CSUFF= ${USE_GCC:S/.//} |