diff options
author | mi <mi@FreeBSD.org> | 2016-06-18 05:48:09 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2016-06-18 05:48:09 +0800 |
commit | df336558abdd3d8e564d65d0791cf7118af185a8 (patch) | |
tree | 2a169530229bdb6c60a1a07a971b582e71e0a4f4 /net-mgmt | |
parent | 29e22c10f6c1fe086184fa5cda7bb5fda0bb6170 (diff) | |
download | freebsd-ports-graphics-df336558abdd3d8e564d65d0791cf7118af185a8.tar.gz freebsd-ports-graphics-df336558abdd3d8e564d65d0791cf7118af185a8.tar.zst freebsd-ports-graphics-df336558abdd3d8e564d65d0791cf7118af185a8.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')
-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 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 |