summaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent- Add directory files (diff)
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251271
Diffstat (limited to 'misc')
-rw-r--r--misc/c-hey/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile
index aef4797fcd29..262fdf9f1af9 100644
--- a/misc/c-hey/Makefile
+++ b/misc/c-hey/Makefile
@@ -18,4 +18,10 @@ MAN1= c-hey.1
MLINKS= c-hey.1 hey.1
PLIST_FILES= bin/c-hey bin/hey
-.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>