diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 22:50:49 +0000 |
commit | 728929b7099aad3e10a4d7252746a57caee11378 (patch) | |
tree | 170c36f104e04e0ed8e2c50ef8adeb76f96118f2 /textproc/docbook-to-man | |
parent | b8a46bea17de8db19a4b8fbf490625653c18b5cc (diff) |
Notes
Diffstat (limited to 'textproc/docbook-to-man')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index 5bcd43d2135e..d672d3c50450 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DocBook SGML DTD into nroff/troff -man macros converter -RUN_DEPENDS= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook +RUN_DEPENDS= docbook>0:${PORTSDIR}/textproc/docbook USES= imake XFREE86_HTML_MAN= no |