diff options
author | tom <tom@FreeBSD.org> | 2001-10-13 18:47:51 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-10-13 18:47:51 +0000 |
commit | f46c3d72fc708d59386907cda56d6046cca780ec (patch) | |
tree | 75201ff0649a338fa6f378cd13c115fa04bfaa70 /textproc | |
parent | adde81488257e9c639b7e0ed3630e9a0243d4fae (diff) | |
download | FreeBSD-ports-f46c3d72fc708d59386907cda56d6046cca780ec.zip FreeBSD-ports-f46c3d72fc708d59386907cda56d6046cca780ec.tar.gz |
The package building errors on Bento indicate that this port isn't
building because it requires xmkmf. Add a dependency to XFree86 to fix
this.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index 2170087..d3d4e86 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -37,6 +37,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_IMAKE= yes USE_X_PREFIX= no +USE_XLIB= yes XFREE86_HTML_MAN= no MAN1= oinstant.1 |