From df336558abdd3d8e564d65d0791cf7118af185a8 Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 17 Jun 2016 21:48:09 +0000 Subject: Add docbook stuff to BUILD_DEPEND, otherwise build may die, when generating the utility's man-page. Notified by: pkg-fallout --- net-mgmt/adcli/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/adcli/Makefile b/net-mgmt/adcli/Makefile index e7e7f5fabb9..63131b82d5a 100644 --- a/net-mgmt/adcli/Makefile +++ b/net-mgmt/adcli/Makefile @@ -12,7 +12,9 @@ COMMENT= Tool for performing actions on an Active Directory domain 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 -- cgit