From e089d0414324d4b71a76e5572e50cd804655f6e2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 11 Jan 2007 17:05:18 +0000 Subject: - Mark BROKEN on FreeBSD 4 --- irc/inspircd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'irc/inspircd') diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 77371cde520b..ffee72a2cf2b 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -23,6 +23,12 @@ USE_PERL5_BUILD=yes CONFIGURE_ARGS= -update HAS_CONFIGURE= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not compile (old perl) +.endif + # We're using a nonstandard configure, so these cached # values must be copied into the ${WRKSRC} directory. pre-configure: @@ -49,4 +55,4 @@ post-install: ${STRIP_CMD} ${PREFIX}/lib/inspircd/*.so ${STRIP_CMD} ${PREFIX}/bin/inspircd -.include +.include -- cgit v1.2.3