diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
commit | fbed0f13c124b64c21bf0c2e498f5b3982374e66 (patch) | |
tree | 8600124d807772040fd9a55e57ef7c2c57829eb5 /textproc/p5-XML-XQL | |
parent | 80ec74d48e0f44cf8e62bceede4a391083392167 (diff) | |
download | ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.tar.gz ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-XQL')
-rw-r--r-- | textproc/p5-XML-XQL/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index 1ffea6567439..691b42af8d27 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module for querying XML tree structures with XQL -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \ - ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM +RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \ + p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |