diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-27 19:30:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-27 19:30:24 +0000 |
commit | 6327c3a1e5f46b0ef9f2d67933a17861f3066a5e (patch) | |
tree | 18a833d5cc004170c695a43b67d04499adc2c05f /textproc/docbook2X/Makefile | |
parent | d086d631b17f2600759f4d1d02d7144702f516d4 (diff) |
Notes
Diffstat (limited to 'textproc/docbook2X/Makefile')
-rw-r--r-- | textproc/docbook2X/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/docbook2X/Makefile b/textproc/docbook2X/Makefile index 1c532f2bb74e..67add15dc9a9 100644 --- a/textproc/docbook2X/Makefile +++ b/textproc/docbook2X/Makefile @@ -22,7 +22,8 @@ BUILD_DEPENDS= OpenSP>=0:textproc/opensp \ sdocbook-xml>=0:textproc/sdocbook-xml RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS_INSTALL= docbook-utils-* +# bin/docbook2man bin/docbook2texi man/man1/docbook2man.1.gz man/man1/docbook2texi.1.gz +CONFLICTS_INSTALL= docbook-utils OPTIONS_DEFINE= DOCS |