diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sgmltools-lite/Makefile | 2 | ||||
-rw-r--r-- | textproc/sgmltools/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/sgmltools-lite/Makefile b/textproc/sgmltools-lite/Makefile index c2e660bad254..16d8778e8b57 100644 --- a/textproc/sgmltools-lite/Makefile +++ b/textproc/sgmltools-lite/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular +BROKEN= Broken pkg-plist + MAN1= sgmltools-lite.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${LOCALBASE}/share diff --git a/textproc/sgmltools/Makefile b/textproc/sgmltools/Makefile index 0c76d3f18d69..66e476e4430b 100644 --- a/textproc/sgmltools/Makefile +++ b/textproc/sgmltools/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS+= python:${PORTSDIR}/lang/python \ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \ ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular +BROKEN= Broken pkg-plist + USE_BZIP2= yes USE_PERL5= yes MAN1= sgmltools.1 |