diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 01:45:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 01:45:31 +0000 |
commit | f4e339b198a52d1347f5819c5abcf68e362aff1b (patch) | |
tree | 064e95badc6d4f157718b099aaf32bf6934527ef /devel/doc++ | |
parent | 3956388e75513412074f8671cb5699c0bb73a468 (diff) | |
download | FreeBSD-ports-f4e339b198a52d1347f5819c5abcf68e362aff1b.zip FreeBSD-ports-f4e339b198a52d1347f5819c5abcf68e362aff1b.tar.gz |
BROKEN: Does not correctly use gettext
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 3c2dd00..53f20dd 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -18,6 +18,8 @@ COMMENT= Javadoc style C++ documentatation system RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ anytopnm:${PORTSDIR}/graphics/netpbm +BROKEN= Does not correctly use gettext + .if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-afpl .else |