pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/abook Needs mouse API from ncurses.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16ebca1e2c17
branches:  trunk
changeset: 406428:16ebca1e2c17
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 21 23:30:44 2019 +0000

description:
Needs mouse API from ncurses.

diffstat:

 databases/abook/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8630c23bef4c -r 16ebca1e2c17 databases/abook/Makefile
--- a/databases/abook/Makefile  Sat Dec 21 23:30:21 2019 +0000
+++ b/databases/abook/Makefile  Sat Dec 21 23:30:44 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/09/22 08:54:00 tm Exp $
+# $NetBSD: Makefile,v 1.30 2019/12/21 23:30:44 joerg Exp $
 #
 
 DISTNAME=      abook-0.6.1
@@ -12,10 +12,11 @@
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt
+USE_NCURSES=           yes # mouse API
 GNU_CONFIGURE=         yes
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index