diff options
author | kris <kris@FreeBSD.org> | 2004-05-30 14:47:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-30 14:47:52 +0800 |
commit | f88f0874f77056c8fc57b85b5c60c4a352d2013a (patch) | |
tree | 619ef320f4935d99cbc700200437ee00e9452d3a /net/fspd | |
parent | 205b1465a3c3e6ef0a0021e1603b1849f34ee11f (diff) | |
download | freebsd-ports-gnome-f88f0874f77056c8fc57b85b5c60c4a352d2013a.tar.gz freebsd-ports-gnome-f88f0874f77056c8fc57b85b5c60c4a352d2013a.tar.zst freebsd-ports-gnome-f88f0874f77056c8fc57b85b5c60c4a352d2013a.zip |
BROKEN on 4.x and !i386: Does not compile
Diffstat (limited to 'net/fspd')
-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} |