BROKEN on 5.x: configure fails

This commit is contained in:
Kris Kennaway 2004-02-05 22:58:48 +00:00
parent 04d9ecdacb
commit 2a657a2e88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100088

View file

@ -20,4 +20,10 @@ PERL_CONFIGURE= yes
MAN3= Parse::ePerl.3 Apache::ePerl.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>