aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-10 12:58:44 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-10 12:58:44 +0000
commite9d4a458529d09c6452aa14683ad3ddbe265377b (patch)
tree7938191bc7af42e864ec79a7303bff638f926767 /textproc/p5-XML-LibXML
parent7d7aa175c4b4351f4b7af200a6fcbce709a0977d (diff)
downloadports-e9d4a458529d09c6452aa14683ad3ddbe265377b.tar.gz
ports-e9d4a458529d09c6452aa14683ad3ddbe265377b.zip
When RUN_DEPENDS is a superset of BUILD_DEPENDS, include
${BUILD_DEPENDS} instead of duplicating the dependency definitions.
Notes
Notes: svn path=/head/; revision=51312
Diffstat (limited to 'textproc/p5-XML-LibXML')
-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 52826cd24008..61f61ad15b81 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'