diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2016-06-17 21:48:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2016-06-17 21:48:09 +0000 |
commit | 35f7d0c11febcb02f241e220f70a366209920914 (patch) | |
tree | 2a169530229bdb6c60a1a07a971b582e71e0a4f4 | |
parent | Bump PORTREVISION post commit r417036. (diff) |
Add docbook stuff to BUILD_DEPEND, otherwise build may die, when
generating the utility's man-page.
Notified by: pkg-fallout
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/adcli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/adcli/Makefile b/net-mgmt/adcli/Makefile index e7e7f5fabb92..63131b82d5a8 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 |