svn commit: r345734 - head/textproc/p5-XML-LibXML

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 23 15:21:12 UTC 2014


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 at 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}
 


More information about the svn-ports-all mailing list