diff options
Diffstat (limited to 'net/fspd')
-rw-r--r-- | net/fspd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |