diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:37:54 +0800 |
commit | af4ec4006f463fbe1f7949aaebfee4998c65965c (patch) | |
tree | 4912cde1f66a04f2e27c57bc8768fe6f15319ed9 /www | |
parent | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (diff) | |
download | freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.gz freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.tar.zst freebsd-ports-gnome-af4ec4006f463fbe1f7949aaebfee4998c65965c.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-OpenSearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-WWW-OpenSearch/Makefile b/www/p5-WWW-OpenSearch/Makefile index d9497928e55b..58702a3d42b6 100644 --- a/www/p5-WWW-OpenSearch/Makefile +++ b/www/p5-WWW-OpenSearch/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sahil@FreeBSD.org COMMENT= Search A9 OpenSearch compatible engines -RUN_DEPENDS= ${SITE_PERL}/URI/Template.pm:${PORTSDIR}/net/p5-URI-Template \ +RUN_DEPENDS= p5-URI-Template>=0:${PORTSDIR}/net/p5-URI-Template \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-Data-Page>=2.00:${PORTSDIR}/databases/p5-Data-Page \ p5-XML-Feed>=0.08:${PORTSDIR}/textproc/p5-XML-Feed \ |