From owner-svn-ports-head@FreeBSD.ORG Fri Mar 8 20:29:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9F3FF29; Fri, 8 Mar 2013 20:29:35 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CBADA8F0; Fri, 8 Mar 2013 20:29:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r28KTZb1055193; Fri, 8 Mar 2013 20:29:35 GMT (envelope-from beech@svn.freebsd.org) Received: (from beech@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r28KTZm1055192; Fri, 8 Mar 2013 20:29:35 GMT (envelope-from beech@svn.freebsd.org) Message-Id: <201303082029.r28KTZm1055192@svn.freebsd.org> From: Beech Rintoul Date: Fri, 8 Mar 2013 20:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313673 - head/devel/libxs 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.14 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, 08 Mar 2013 20:29:35 -0000 Author: beech Date: Fri Mar 8 20:29:35 2013 New Revision: 313673 URL: http://svnweb.freebsd.org/changeset/ports/313673 Log: - Add missing docbook-xml-450 dependency PR: ports/176747 Submitted by: Oleg Ginzburg Approved by: Veniamin Gvozdikov (maintainer) Modified: head/devel/libxs/Makefile Modified: head/devel/libxs/Makefile ============================================================================== --- head/devel/libxs/Makefile Fri Mar 8 20:23:38 2013 (r313672) +++ head/devel/libxs/Makefile Fri Mar 8 20:29:35 2013 (r313673) @@ -31,7 +31,8 @@ CONFIGURE_ARGS+= --enable-debug .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ - xmlto:${PORTSDIR}/textproc/xmlto + xmlto:${PORTSDIR}/textproc/xmlto \ + ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 MAN3= \ xs_bind.3 \