diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-30 06:47:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-30 06:47:52 +0000 |
commit | 9f4d61c418c269533b4e8617f7302cd1acbbc421 (patch) | |
tree | ae5edd261026b021151530d536c0a8a63be6e13a /net | |
parent | - Remove obsolete MASTER_SITES (diff) |
BROKEN on 4.x and !i386: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/fspd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/fspd/Makefile b/net/fspd/Makefile index 4007248a4398..65cd23305ab9 100644 --- a/net/fspd/Makefile +++ b/net/fspd/Makefile @@ -34,6 +34,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 || ${ARCH} != "i386" +BROKEN= "Does not compile on 4.x or on !i386" +.endif + .if !defined(WITH_NOCLIENTS) .for command in ${CLIENTS} PLIST_FILES+= bin/${command} |