From 24c7abf55ce6ab0a33a529f2405764e85971a165 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 1 Jan 2015 09:24:22 +0000 Subject: "uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM. (do we have strlcpy support in MISSING_FEATURES?) --- chat/icbirc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat') diff --git a/chat/icbirc/Makefile b/chat/icbirc/Makefile index 0169a69f646..0cfd254a8e5 100644 --- a/chat/icbirc/Makefile +++ b/chat/icbirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 00:02:37 asau Exp $ +# $NetBSD: Makefile,v 1.18 2015/01/01 09:24:22 dholland Exp $ DISTNAME= icbirc-1.8 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.benzedrine.cx/icbirc.html COMMENT= Proxy IRC client and ICB server # uses strlcpy -NOT_FOR_PLATFORM= Linux-*-* +BROKEN_ON_PLATFORM= Linux-*-* WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man" -- cgit v1.2.3