diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:45:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:45:31 +0000 |
commit | 919ed046efaab3bca39493f4f5d70282dbfbc059 (patch) | |
tree | 059df9475ec5d83f4025fd3801c9d7a8f73f2fae | |
parent | - Update to 1.8b1 (diff) |
BROKEN: Does not correctly use gettext
Notes
Notes:
svn path=/head/; revision=129956
-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 |