aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
commitf29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (patch)
tree012ac35d4d6c0beb8360a91bdbc3e3e9c046e4bf /net/fspclient
parent378fc70b8771210e6c9ea795708a611e175a7adc (diff)
downloadports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.tar.gz
ports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251271
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index e39fa26e5bf5..e49cacc184bc 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -21,4 +21,10 @@ MAN1= fsp.1
MANCOMPRESSED= yes
PLIST_FILES= bin/fsp
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
+.include <bsd.port.post.mk>