diff options
author | Tom Hukins <tom@FreeBSD.org> | 2001-10-13 18:47:51 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2001-10-13 18:47:51 +0000 |
commit | 4cd868ca202eb973b5b6b0985c64ab492c947c16 (patch) | |
tree | 4117c0d48e1cc66832256e5a13313c212bfcbf5c /textproc/docbook-to-man | |
parent | 2031e5ffd5f94ac8cb5b23731f343162aefab48c (diff) |
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.
Notes
Notes:
svn path=/head/; revision=48736
Diffstat (limited to 'textproc/docbook-to-man')
-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 |