pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gajim chat/gajim: Depend on sqlite3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/332cb1fb1146
branches:  trunk
changeset: 325813:332cb1fb1146
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 26 12:29:20 2018 +0000

description:
chat/gajim: Depend on sqlite3.

diffstat:

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

diffs (21 lines):

diff -r a1729b84ce1a -r 332cb1fb1146 chat/gajim/Makefile
--- a/chat/gajim/Makefile       Mon Nov 26 12:26:54 2018 +0000
+++ b/chat/gajim/Makefile       Mon Nov 26 12:29:20 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2018/11/19 14:50:24 nia Exp $
+# $NetBSD: Makefile,v 1.46 2018/11/26 12:29:20 nia Exp $
 
 DISTNAME=      gajim-1.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat python
 MASTER_SITES=  https://www.gajim.org/downloads/1.1/
 
@@ -27,6 +27,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-nbxmpp-[0-9]*:../../chat/py-nbxmpp
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-precis-i18n-[0-9]*:../../textproc/py-precis-i18n
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 .include "options.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index