From 0cf2617b06bc10ad82a5379413f8a14dae919fb7 Mon Sep 17 00:00:00 2001 From: culot Date: Tue, 5 Jun 2012 08:40:39 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Submitted by: az@ --- textproc/p5-XML-Atom-Stream/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/p5-XML-Atom-Stream') 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 \ -- cgit