diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
commit | d1e0f3506af41743aebb97d8548b0912b7247494 (patch) | |
tree | cc6734181531df54b8747f6e42a77543390fd10f /textproc/p5-Net-YASA | |
parent | 24374f6b476eef87d6c06c6c94519992faf7a610 (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298341
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 |