diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-10 20:58:44 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-10 20:58:44 +0800 |
commit | 495c63c1f724778671821ebc93ba23ce32c0acfe (patch) | |
tree | c5dfc713414dca7bca743fa0163da1f120e09eb7 /textproc | |
parent | cb46e54b29e628b3cf6c4bfe415f83865b5214f5 (diff) | |
download | freebsd-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.
Diffstat (limited to 'textproc')
-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' |