pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/profanity



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Sep  8 19:13:49 UTC 2020

Modified Files:
        pkgsrc/chat/profanity: Makefile

Log Message:
profanity: Needs widechar support in curses


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/profanity/Makefile

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

Modified files:

Index: pkgsrc/chat/profanity/Makefile
diff -u pkgsrc/chat/profanity/Makefile:1.1 pkgsrc/chat/profanity/Makefile:1.2
--- pkgsrc/chat/profanity/Makefile:1.1  Fri Sep  4 10:15:17 2020
+++ pkgsrc/chat/profanity/Makefile      Tue Sep  8 19:13:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/04 10:15:17 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/08 19:13:49 nia Exp $
 
 DISTNAME=      profanity-0.9.5
 CATEGORIES=    chat
@@ -18,6 +18,8 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+USE_CURSES=    wide
+
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-configure
 SUBST_FILES.python=    configure.ac



Home | Main Index | Thread Index | Old Index