From 6ec2397837eb7d79be57e61ea5fb53eca06b3335 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Dec 2004 21:50:01 +0000 Subject: BROKEN on 4.x: Does not compile --- astro/orsa/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'astro') diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index d1bbfc68792a..78057467654f 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -26,4 +26,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include -- cgit v1.2.3