diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:09:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:09:51 +0000 |
commit | 2e57297e81361a061bca0e53ea4a95ce614684ea (patch) | |
tree | 8446134afcbd810e9ace2353aede007ad7f2ea57 /net/fspd | |
parent | bdf6d99873fdee1829bf3163e5ad550ec622da21 (diff) | |
download | ports-2e57297e81361a061bca0e53ea4a95ce614684ea.tar.gz ports-2e57297e81361a061bca0e53ea4a95ce614684ea.zip |
Now compiles on !i386
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=157014
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) |