diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /ports-mgmt/distilator | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) |
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Notes
Notes:
svn path=/head/; revision=298572
Diffstat (limited to 'ports-mgmt/distilator')
-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+ |