From owner-svn-ports-head@freebsd.org Fri Jun 17 21:48:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD3F0A77EC4; Fri, 17 Jun 2016 21:48:10 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADEF41E81; Fri, 17 Jun 2016 21:48:10 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5HLm9Lr099838; Fri, 17 Jun 2016 21:48:09 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5HLm9pW099837; Fri, 17 Jun 2016 21:48:09 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201606172148.u5HLm9pW099837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 17 Jun 2016 21:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417038 - head/net-mgmt/adcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 21:48:11 -0000 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