diff options
author | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 16:37:59 +0800 |
commit | 0f9b224809b12c05d7fc681199dfc41a407982f1 (patch) | |
tree | 0aeb8af222cd2344f21985810b99d81c93da16d6 /textproc/p5-Net-YASA | |
parent | 9d44c41013926a8c30dc3c4edba83dbead10ba32 (diff) | |
download | freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.gz freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.tar.zst freebsd-ports-gnome-0f9b224809b12c05d7fc681199dfc41a407982f1.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'textproc/p5-Net-YASA')
-rw-r--r-- | textproc/p5-Net-YASA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-Net-YASA/Makefile b/textproc/p5-Net-YASA/Makefile index 92f3df0b2573..41f44d931436 100644 --- a/textproc/p5-Net-YASA/Makefile +++ b/textproc/p5-Net-YASA/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to YASA (Yet Another Suffix Array) -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |