diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-06-06 18:43:19 +0800 |
commit | 28bc550f61cdaf27db599ad1e296f2062a337c8b (patch) | |
tree | edde8cb274be868771da222c2372cd8d700a5693 /ports-mgmt | |
parent | 87e741950f4ede0fb4ac6117b9c142420a080773 (diff) | |
download | freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.gz freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.tar.zst freebsd-ports-gnome-28bc550f61cdaf27db599ad1e296f2062a337c8b.zip |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/distilator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile index 04c1a1431361..1200d363eb2d 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line script to check the availability of a ports distfiles RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.10.1+ |