diff options
author | az <az@FreeBSD.org> | 2012-06-03 18:48:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-03 18:48:36 +0800 |
commit | f33beebc399543fa06d41112bdbe9b875a8918ab (patch) | |
tree | ed72a213a7a59c93a36e2aca2d580a888235b08f /converters/p5-JSON1 | |
parent | 265702e08863e9b6d4730c34f3edc01146715322 (diff) | |
download | freebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.tar.gz freebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.tar.zst freebsd-ports-gnome-f33beebc399543fa06d41112bdbe9b875a8918ab.zip |
- Remove SITE_PERL from *_DEPENDS
PR: ports/168626
Approved by: maintainer (kuriyama@ via email)
Diffstat (limited to 'converters/p5-JSON1')
-rw-r--r-- | converters/p5-JSON1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile index 1ef5e9d4ceba..d38e96a54a21 100644 --- a/converters/p5-JSON1/Makefile +++ b/converters/p5-JSON1/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) -RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= p5-JSON-2.* |