diff options
author | dholland <dholland> | 2015-01-01 09:24:22 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-01 09:24:22 +0000 |
commit | f4898b71b0d3e5da6de4f76d5b95146414bf1c57 (patch) | |
tree | 40e9625da93e341389cfa024356f7955aa16a9a0 /chat | |
parent | 3f7c44d249ad10079c3aecebbab7acbd85bfa65a (diff) | |
download | pkgsrc-f4898b71b0d3e5da6de4f76d5b95146414bf1c57.tar.gz |
"uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)
Diffstat (limited to 'chat')
-rw-r--r-- | chat/icbirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |