summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-10-23 17:42:47 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-10-23 17:42:47 +0000
commitd8254c1d6f1a37a2354ed9be9f888c4d8c618647 (patch)
treeeb948f87f4041960c1c46e2a76fba689191d9e7b
parentebce716060cb85b8e1fec9190d2e8b5b489f2c0b (diff)
downloadpkgsrc-d8254c1d6f1a37a2354ed9be9f888c4d8c618647.tar.gz
Pullup ticket #6353 - requested by nia
chat/profanity: NetBSD 8 build fix Revisions pulled up: - chat/profanity/Makefile 1.3 --- 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)
-rw-r--r--chat/profanity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/profanity/Makefile b/chat/profanity/Makefile
index c1716b2c550..077329fea18 100644
--- a/chat/profanity/Makefile
+++ b/chat/profanity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/08 19:13:49 nia Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2020/10/23 17:42:47 bsiegert Exp $
DISTNAME= profanity-0.9.5
CATEGORIES= chat
@@ -37,6 +37,7 @@ BUILDLINK_API_DEPENDS.libmesode+= libmesode>=0.9.1
.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"