Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 21:48:09 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417038 - head/net-mgmt/adcli
Message-ID:  <201606172148.u5HLm9pW099837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Fri Jun 17 21:48:09 2016
New Revision: 417038
URL: https://svnweb.freebsd.org/changeset/ports/417038

Log:
  Add docbook stuff to BUILD_DEPEND, otherwise build may die, when
  generating the utility's man-page.
  
  Notified by:	pkg-fallout

Modified:
  head/net-mgmt/adcli/Makefile

Modified: head/net-mgmt/adcli/Makefile
==============================================================================
--- head/net-mgmt/adcli/Makefile	Fri Jun 17 21:18:51 2016	(r417037)
+++ head/net-mgmt/adcli/Makefile	Fri Jun 17 21:48:09 2016	(r417038)
@@ -12,7 +12,9 @@ COMMENT=	Tool for performing actions on 
 LICENSE=	LGPL21
 
 LIB_DEPENDS=	libldap.so:net/openldap24-sasl-client
-BUILD_DEPENDS=	xsltproc:textproc/libxslt
+BUILD_DEPENDS=	xsltproc:textproc/libxslt	\
+		docbook-xml>0:textproc/docbook-xml	\
+		docbook-xsl>0:textproc/docbook-xsl
 
 PLIST_FILES=	sbin/adcli man/man8/adcli.8.gz
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606172148.u5HLm9pW099837>