diff options
author | culot <culot@FreeBSD.org> | 2012-06-04 21:18:35 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-04 21:18:35 +0800 |
commit | 5682e2535c7cdf309edb0774c4c37e796fa5399f (patch) | |
tree | 050382830b9bb33fb91f71c7665b1a99cbea5e3f /textproc/p5-XML-Liberal | |
parent | fc67a16a9878ca2b11eac2793cfae8e35a8f2d52 (diff) | |
download | freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.tar.gz freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.tar.zst freebsd-ports-gnome-5682e2535c7cdf309edb0774c4c37e796fa5399f.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'textproc/p5-XML-Liberal')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index 945ccc0f577b..ed5ee689d9dd 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Super liberal XML parser that parses broken XML -RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-HTML-Entities-Numbered>=0.04:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \ p5-Module-Pluggable-Fast>=0.16:${PORTSDIR}/devel/p5-Module-Pluggable-Fast \ p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML |