From f46c3d72fc708d59386907cda56d6046cca780ec Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 13 Oct 2001 18:47:51 +0000 Subject: 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. --- textproc/docbook-to-man/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc') 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 -- cgit