summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-10 12:58:44 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-10 12:58:44 +0000
commit495c63c1f724778671821ebc93ba23ce32c0acfe (patch)
treec5dfc713414dca7bca743fa0163da1f120e09eb7 /textproc
parentcb46e54b29e628b3cf6c4bfe415f83865b5214f5 (diff)
downloadFreeBSD-ports-495c63c1f724778671821ebc93ba23ce32c0acfe.zip
FreeBSD-ports-495c63c1f724778671821ebc93ba23ce32c0acfe.tar.gz
When RUN_DEPENDS is a superset of BUILD_DEPENDS, include
${BUILD_DEPENDS} instead of duplicating the dependency definitions.
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 52826cd..61f61ad 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'
OpenPOWER on IntegriCloud