Date: Tue, 29 Mar 2016 14:41:18 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412115 - head/sysutils/cluster-glue Message-ID: <201603291441.u2TEfIZM041394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Mar 29 14:41:18 2016 New Revision: 412115 URL: https://svnweb.freebsd.org/changeset/ports/412115 Log: - Remove docbook-xsl build dependency now that asciidoc depends on it. - Add missing help2man build dependency. Reported by: Rainer Duffner <rainer@ultra-secure.de> Modified: head/sysutils/cluster-glue/Makefile Modified: head/sysutils/cluster-glue/Makefile ============================================================================== --- head/sysutils/cluster-glue/Makefile Tue Mar 29 14:19:09 2016 (r412114) +++ head/sysutils/cluster-glue/Makefile Tue Mar 29 14:41:18 2016 (r412115) @@ -53,7 +53,7 @@ IPMI_DESC= Intelligent Platform Managem IPMI_LIB_DEPENDS= libOpenIPMI.so:${PORTSDIR}/sysutils/openipmi MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ + help2man:${PORTSDIR}/misc/help2man \ xsltproc:${PORTSDIR}/textproc/libxslt MANPAGES_CONFIGURE_ENABLE=doc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603291441.u2TEfIZM041394>