Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 15:21:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345734 - head/textproc/p5-XML-LibXML
Message-ID:  <201402231521.s1NFLB28089235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jim@ohlste.in>

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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402231521.s1NFLB28089235>