From owner-svn-ports-all@FreeBSD.ORG Sun Feb 23 15:21:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84DCC9DE; Sun, 23 Feb 2014 15:21:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 885FC15C4; Sun, 23 Feb 2014 15:21:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NFLBAJ089236; Sun, 23 Feb 2014 15:21:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NFLB28089235; Sun, 23 Feb 2014 15:21:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402231521.s1NFLB28089235@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Feb 2014 15:21:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345734 - head/textproc/p5-XML-LibXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 15:21:12 -0000 Author: sunpoet Date: Sun Feb 23 15:21:11 2014 New Revision: 345734 URL: http://svnweb.freebsd.org/changeset/ports/345734 QAT: https://qat.redports.org/buildarchive/r345734/ Log: - Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDS PR: ports/186218 Submitted by: Jim Ohlstein Modified: head/textproc/p5-XML-LibXML/Makefile Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Sun Feb 23 15:21:06 2014 (r345733) +++ head/textproc/p5-XML-LibXML/Makefile Sun Feb 23 15:21:11 2014 (r345734) @@ -16,12 +16,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-NamespaceSupport>=1.07:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \ p5-XML-SAX>=0.11:${PORTSDIR}/textproc/p5-XML-SAX -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ p5-URI>=0:${PORTSDIR}/net/p5-URI USES= perl5 +USE_GNOME= libxml2 USE_PERL5= configure CONFIGURE_ENV= XMLPREFIX=${LOCALBASE}