1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

BROKEN with perl 5.8: does not compile

This commit is contained in:
Kris Kennaway 2004-02-16 07:27:54 +00:00
parent 25a972f6f2
commit 55ef3cf8fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101011

View File

@ -21,4 +21,10 @@ LIB_DEPENDS= cdk.4:${PORTSDIR}/devel/cdk
WRKSRC= ${WRKDIR}/Cdk
PERL_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
BROKEN= "Does not compile with perl >= 5.8"
.endif
.include <bsd.port.post.mk>