diff options
-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 3c2dd0092ab8..53f20dd54642 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 |