diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-26 00:46:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-26 00:46:02 +0000 |
commit | de0d75b1e2b54f8a4353ff65c97a51ed7bdc90dc (patch) | |
tree | d16bddb2a1fc61fdfb7272299cc5754b4fe8195f /textproc | |
parent | adedd47d5d18bb2c31efd9c7c4a708f62f68536e (diff) |
Notes
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 |