diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 16:40:39 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 16:40:39 +0800 |
commit | 0cf2617b06bc10ad82a5379413f8a14dae919fb7 (patch) | |
tree | 080d5ab3a5e13fda5ea0b5720eee35aaaaeb5444 /textproc/p5-XML-Atom-Stream | |
parent | 600cb53678d957bbee03bb17caf0b24403012bab (diff) | |
download | freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.tar.gz freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.tar.zst freebsd-ports-gnome-0cf2617b06bc10ad82a5379413f8a14dae919fb7.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-XML-Atom-Stream')
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 3d4013d169e3..02b6e3c8f249 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A client interface for AtomStream -RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \ p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \ p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \ p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \ p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \ |