svn commit: r412115 - head/sysutils/cluster-glue

Tijl Coosemans tijl at FreeBSD.org
Tue Mar 29 14:41:19 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list