summaryrefslogtreecommitdiff
path: root/chat/phone
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-07 22:19:32 +0000
committerdholland <dholland@pkgsrc.org>2015-11-07 22:19:32 +0000
commit4105406b73c85d6b2d0a587622ecc99f43c49e89 (patch)
treefd2bf48f284bfb477eb25bf7f7a7c887918d9c0c /chat/phone
parent34e475de838f2b8f2e894090e5c88f22a0a00f2c (diff)
downloadpkgsrc-4105406b73c85d6b2d0a587622ecc99f43c49e89.tar.gz
Mark BROKEN_ON OpenBSD because the latter doesn't have utmpx. I can't be
arsed to patch legacy utmp support in right now.
Diffstat (limited to 'chat/phone')
-rw-r--r--chat/phone/Makefile4
1 files changed, 3 insertions, 1 deletions
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"