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:           Sun Oct 18 09:50:15 UTC 2020

Modified Files:
        pkgsrc/chat/profanity: Makefile

Log Message:
profanity: Requires at least sqlite3-3.22.0.

(attempt to fix configure on NetBSD 8.x)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/chat/profanity/Makefile:1.3
--- pkgsrc/chat/profanity/Makefile:1.2  Tue Sep  8 19:13:49 2020
+++ pkgsrc/chat/profanity/Makefile      Sun Oct 18 09:50:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/08 19:13:49 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/18 09:50:15 nia Exp $
 
 DISTNAME=      profanity-0.9.5
 CATEGORIES=    chat
@@ -37,6 +37,7 @@ BUILDLINK_API_DEPENDS.libmesode+=     libmes
 .include "../../chat/libmesode/buildlink3.mk"
 .include "../../chat/libotr/buildlink3.mk"
 .include "../../chat/libsignal-protocol-c/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.22.0
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"



Home | Main Index | Thread Index | Old Index