aboutsummaryrefslogtreecommitdiff
path: root/net/msend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/msend/Makefile')
-rw-r--r--net/msend/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile
index 08a9533c5ecd..f195d6eaef91 100644
--- a/net/msend/Makefile
+++ b/net/msend/Makefile
@@ -20,4 +20,10 @@ CFLAGS+= -DUSE_READLINE
MAN1= msend.1
MAN8= mesgd.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>