diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-10-20 04:34:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-10-20 04:34:41 +0800 |
commit | 9ad79f97d07635a2daf710fe987adc8c24e52f8d (patch) | |
tree | c172b5d48171c523849ad97ad56741a90f6fe2ac /ports-mgmt | |
parent | a5ee63321905aea622363518a70480281ee646c6 (diff) | |
download | freebsd-ports-gnome-9ad79f97d07635a2daf710fe987adc8c24e52f8d.tar.gz freebsd-ports-gnome-9ad79f97d07635a2daf710fe987adc8c24e52f8d.tar.zst freebsd-ports-gnome-9ad79f97d07635a2daf710fe987adc8c24e52f8d.zip |
This port requires at least perl 5.10.1
Notified by: glarkin
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 faf06f0a44ad..14e55443aaeb 100644 --- a/ports-mgmt/distilator/Makefile +++ b/ports-mgmt/distilator/Makefile @@ -17,6 +17,6 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \ p5-HTTP-SimpleLinkChecker>=1.16:${PORTSDIR}/www/p5-HTTP-SimpleLinkChecker BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= 5.10.1+ .include <bsd.port.mk> |