diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-13 07:50:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-13 07:50:10 +0000 |
commit | 0761a461f95dfd020c9288021cd8fa99ac3f6513 (patch) | |
tree | 6ce8f797d63c3270bc0f914af1faa4be008d8ad0 /net | |
parent | d8d72b8bcd6628c9ce9b6384dbde5ab01f2ac7a0 (diff) | |
download | freebsd-ports-0761a461f95dfd020c9288021cd8fa99ac3f6513.zip |
- Fix PERL_LEVEL in previous commit
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IPfree/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IPfree/Makefile b/net/p5-Geo-IPfree/Makefile index 1663dd59bd4b..5cb0a1480c2c 100644 --- a/net/p5-Geo-IPfree/Makefile +++ b/net/p5-Geo-IPfree/Makefile @@ -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 |