From a4b3a55121fa3529871e99f71e505f0bbb5799e8 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 7 Mar 2006 17:09:51 +0000 Subject: Now compiles on !i386 Approved by: portmgr (implicit) --- net/fspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/fspd') diff --git a/net/fspd/Makefile b/net/fspd/Makefile index 237840efbb1c..b468f8f69a16 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -45,8 +45,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} CONFIGURE_ARGS+= --disable-timeout .endif -.if ${OSVERSION} < 500000 || ${ARCH} != "i386" -BROKEN= "Does not compile on 4.x or on !i386" +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" .endif .if !defined(WITH_NOCLIENTS) -- cgit