diff options
author | az <az@FreeBSD.org> | 2012-06-04 19:07:26 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 19:07:26 +0800 |
commit | b9f53f243cde83f8c26608f3902d3d0b0d3b15d3 (patch) | |
tree | 880eed4ff92fd895e6cdd715c216937861bcd759 /net/p5-Net-Yadis | |
parent | f2c828d7ad5ec817bcf135ff31e253a0b967e38e (diff) | |
download | freebsd-ports-gnome-b9f53f243cde83f8c26608f3902d3d0b0d3b15d3.tar.gz freebsd-ports-gnome-b9f53f243cde83f8c26608f3902d3d0b0d3b15d3.tar.zst freebsd-ports-gnome-b9f53f243cde83f8c26608f3902d3d0b0d3b15d3.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'net/p5-Net-Yadis')
-rw-r--r-- | net/p5-Net-Yadis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Yadis/Makefile b/net/p5-Net-Yadis/Makefile index bdbacdb63fc0..a6fc60c37636 100644 --- a/net/p5-Net-Yadis/Makefile +++ b/net/p5-Net-Yadis/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Yadis service discovery protocol, and parses XRDS xml documents -RUN_DEPENDS= ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \ +RUN_DEPENDS= p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} |