aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-10 20:58:44 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-12-10 20:58:44 +0800
commit495c63c1f724778671821ebc93ba23ce32c0acfe (patch)
treec5dfc713414dca7bca743fa0163da1f120e09eb7
parentcb46e54b29e628b3cf6c4bfe415f83865b5214f5 (diff)
downloadfreebsd-ports-gnome-495c63c1f724778671821ebc93ba23ce32c0acfe.tar.gz
freebsd-ports-gnome-495c63c1f724778671821ebc93ba23ce32c0acfe.tar.zst
freebsd-ports-gnome-495c63c1f724778671821ebc93ba23ce32c0acfe.zip
When RUN_DEPENDS is a superset of BUILD_DEPENDS, include
${BUILD_DEPENDS} instead of duplicating the dependency definitions.
-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'