diff options
Diffstat (limited to 'net/nanomsg/Makefile')
-rw-r--r-- | net/nanomsg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile index ee5787af3050..07df7b9900d7 100644 --- a/net/nanomsg/Makefile +++ b/net/nanomsg/Makefile @@ -29,16 +29,16 @@ OPTIONS_SUB= yes DOCS_DESC= Build and/or install HTML documentation -MANPAGES_BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto +MANPAGES_BUILD_DEPENDS+= asciidoc:textproc/asciidoc \ + xmlto:textproc/xmlto .include <bsd.port.options.mk> # Avoid duplication .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} CONFIGURE_ARGS+= --enable-doc -BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto +BUILD_DEPENDS+= asciidoc:textproc/asciidoc \ + xmlto:textproc/xmlto .endif post-extract: |