diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
commit | 417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41 (patch) | |
tree | 090c77f62e0076ac32ddde0abef51b409624e8cb /www/p5-HTTP-Proxy | |
parent | 5486f06031ad1e0e611024a685ab65a087af424c (diff) | |
download | ports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.tar.gz ports-417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Proxy')
-rw-r--r-- | www/p5-HTTP-Proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTTP-Proxy/Makefile b/www/p5-HTTP-Proxy/Makefile index 8404707473fb..95fb6224e1ce 100644 --- a/www/p5-HTTP-Proxy/Makefile +++ b/www/p5-HTTP-Proxy/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A pure Perl HTTP proxy -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 |