From e094d812ddd99985bb95c17f94d2ead445bfe1ea Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 10:09:20 +0000 Subject: BROKEN on !i386 and 4.x: Does not compile --- net/wistumbler2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/wistumbler2') diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile index 862afdc56b9f..0f3c9761c1b4 100644 --- a/net/wistumbler2/Makefile +++ b/net/wistumbler2/Makefile @@ -32,10 +32,16 @@ BROKEN= You need to upgrade you system MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0 .endif +.include + +.if ${ARCH} != "i386" || ${OSVERSION} < 500000 +BROKEN= "Does not compile on !i386 or 4.x" +.endif + pre-everything:: @${ECHO} "You may specify the following on the command line:" @${ECHO} "" @${ECHO} " NO_X=yes Disable The X(GTK2) Support." @${ECHO} "" -.include +.include -- cgit v1.2.3