diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-10 12:58:44 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-10 12:58:44 +0000 |
commit | e9d4a458529d09c6452aa14683ad3ddbe265377b (patch) | |
tree | 7938191bc7af42e864ec79a7303bff638f926767 /textproc/p5-XML-LibXML/Makefile | |
parent | Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31. (diff) |
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/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 2 |
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' |