diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-15 02:59:28 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2005-12-15 02:59:28 +0000 |
commit | bdd1e6bdc450acf24d30eda8055d33f1e61037d3 (patch) | |
tree | 6eeb5196b506231eca34240961aa5ba25be32f6e | |
parent | - Fix build on 4.x using USE_GCC=3.4+. (diff) |
- added the missing .if statement around the IGNORE
Notes
Notes:
svn path=/head/; revision=151213
-rw-r--r-- | textproc/p5-URI-Find/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-URI-Find/Makefile b/textproc/p5-URI-Find/Makefile index 33ec9df6f290..78479d07fdff 100644 --- a/textproc/p5-URI-Find/Makefile +++ b/textproc/p5-URI-Find/Makefile @@ -25,6 +25,8 @@ MAN3= URI::Find.3 \ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 IGNORE= requires perl 5.6 or above due to dependencies +.endif .include <bsd.port.post.mk> |