pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/abook



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:30:44 UTC 2019

Modified Files:
        pkgsrc/databases/abook: Makefile

Log Message:
Needs mouse API from ncurses.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/abook/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/abook/Makefile
diff -u pkgsrc/databases/abook/Makefile:1.29 pkgsrc/databases/abook/Makefile:1.30
--- pkgsrc/databases/abook/Makefile:1.29        Sun Sep 22 08:54:00 2019
+++ pkgsrc/databases/abook/Makefile     Sat Dec 21 23:30:44 2019
@@ -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 @@ LICENSE=    gnu-gpl-v2
 
 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