aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-21 00:17:50 +0800
committermiwi <miwi@FreeBSD.org>2010-03-21 00:17:50 +0800
commita00d5eb210d629ee2a3a9827a229727011490c43 (patch)
tree76af15f326db2619f09bf65157ff808775254cc6 /net
parent7e21df05ab1a7cfc56ef68b4462544ca8b0670f8 (diff)
downloadfreebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.gz
freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.zst
freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r--net/latd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile
index 2a5dd67cbe51..fb083d718fee 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -22,4 +22,10 @@ MAN1= llogin.1
MAN5= latd.conf.5
MAN8= latd.8 latcp.8 moprc.8
-.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>