From 8446ae64de21101a718e80bfd1768dfaec42e52f Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 7 Nov 2015 22:19:32 +0000 Subject: Mark BROKEN_ON OpenBSD because the latter doesn't have utmpx. I can't be arsed to patch legacy utmp support in right now. --- chat/phone/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat') diff --git a/chat/phone/Makefile b/chat/phone/Makefile index 2bb5a0460b1..e0b6071cf60 100644 --- a/chat/phone/Makefile +++ b/chat/phone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/06/08 13:38:12 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/11/07 22:19:32 dholland Exp $ DISTNAME= phone-2.0 PKGREVISION= 3 @@ -13,6 +13,8 @@ LICENSE= generic-nonlicense INSTALLATION_DIRS= bin libexec ${PKGMANDIR}/man1 sbin +# needs utmpx unless someone wants to patch legacy utmp support in +BROKEN_ON_PLATFORM= OpenBSD-*-* .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3