1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Fix PERL_LEVEL in previous commit

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2010-12-13 07:50:10 +00:00
parent d8d72b8bcd
commit 0761a461f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266183

View File

@ -20,7 +20,7 @@ MAN3= Geo::IPfree.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 512000
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif