aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/uwatch
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 22:53:50 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 22:53:50 +0800
commitf487e718b331a6c3534cd11e64891b67840291bd (patch)
tree70bb43a301e90d7f32a21d8b12112a469fd3c0b7 /sysutils/uwatch
parent8f8385125ddfcf06ce4371ad8f512aeeedb0bccb (diff)
downloadfreebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.tar.gz
freebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.tar.zst
freebsd-ports-gnome-f487e718b331a6c3534cd11e64891b67840291bd.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'sysutils/uwatch')
-rw-r--r--sysutils/uwatch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/uwatch/Makefile b/sysutils/uwatch/Makefile
index caead303d391..1a595c21963f 100644
--- a/sysutils/uwatch/Makefile
+++ b/sysutils/uwatch/Makefile
@@ -17,4 +17,10 @@ MAN1= uwatch.1
MANCOMPRESSED= yes
PLIST_FILES= bin/uwatch
-.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>