diff options
author | tom <tom@FreeBSD.org> | 2001-10-14 02:47:51 +0800 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2001-10-14 02:47:51 +0800 |
commit | f46c3d72fc708d59386907cda56d6046cca780ec (patch) | |
tree | 75201ff0649a338fa6f378cd13c115fa04bfaa70 /textproc | |
parent | adde81488257e9c639b7e0ed3630e9a0243d4fae (diff) | |
download | freebsd-ports-gnome-f46c3d72fc708d59386907cda56d6046cca780ec.tar.gz freebsd-ports-gnome-f46c3d72fc708d59386907cda56d6046cca780ec.tar.zst freebsd-ports-gnome-f46c3d72fc708d59386907cda56d6046cca780ec.zip |
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 21700879af87..d3d4e86cdddc 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 |