1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-21 22:08:28 +00:00
parent fc32141c2b
commit bde057d467
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101611

View File

@ -25,4 +25,10 @@ MAN3= Class::Hook.3
ARCH_PERL= ${SITE_PERL}/${PERL_ARCH}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>