aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-23 23:21:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-23 23:21:11 +0800
commitef0502dfb245feb6d62970b6ad3756c109b7c212 (patch)
treea4624382decd63b1fccb56ee9c00ffcd37bed502 /textproc
parent0bccc6b989ac21002dbb7fc97a9f3bf62c630183 (diff)
downloadfreebsd-ports-gnome-ef0502dfb245feb6d62970b6ad3756c109b7c212.tar.gz
freebsd-ports-gnome-ef0502dfb245feb6d62970b6ad3756c109b7c212.tar.zst
freebsd-ports-gnome-ef0502dfb245feb6d62970b6ad3756c109b7c212.zip
- Use USE_GNOME=libxml2 instead of hardcoded LIB_DEPENDS
PR: ports/186218 Submitted by: Jim Ohlstein <jim@ohlste.in>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-LibXML/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index 75ccc659230b..b8b867b87bfd 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -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}