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 /net-mgmt/adcli | |
parent | 8b97ab583a968834f2b9f5393da11e3b73631b4c (diff) | |
download | freebsd-ports-35f7d0c11febcb02f241e220f70a366209920914.zip |
Add docbook stuff to BUILD_DEPEND, otherwise build may die, when
generating the utility's man-page.
Notified by: pkg-fallout
Diffstat (limited to 'net-mgmt/adcli')
-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 |