svn commit: r417038 - head/net-mgmt/adcli
Mikhail Teterin
mi at FreeBSD.org
Fri Jun 17 21:48:11 UTC 2016
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
More information about the svn-ports-all
mailing list