abook: Needs strnlen.

This commit is contained in:
nia 2024-03-18 12:31:20 +00:00
parent 6f1568aff1
commit 6e70f34552
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2020/01/26 05:26:19 rillig Exp $
# $NetBSD: Makefile,v 1.33 2024/03/18 12:31:20 nia Exp $
#
DISTNAME= abook-0.6.1
@ -15,6 +15,8 @@ USE_TOOLS+= msgfmt
USE_NCURSES= yes # mouse API
GNU_CONFIGURE= yes
USE_FEATURES+= strnlen
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"