diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:09:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:09:51 +0800 |
commit | a4b3a55121fa3529871e99f71e505f0bbb5799e8 (patch) | |
tree | 17e5f62d2750d4fd065788e669607771828db610 /net/fspd | |
parent | 131dcec7d903cd7d287f9174bd49ca137c572282 (diff) | |
download | freebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.tar.gz freebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.tar.zst freebsd-ports-gnome-a4b3a55121fa3529871e99f71e505f0bbb5799e8.zip |
Now compiles on !i386
Approved by: portmgr (implicit)
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) |