Received: by mail.netbsd.org (Postfix, from userid 605) id E92B584D7A; Fri, 14 May 2021 11:07:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F2C284D25 for ; Fri, 14 May 2021 11:07:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kK2hfQDQ-S7R for ; Fri, 14 May 2021 11:07:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8587E84C13 for ; Fri, 14 May 2021 11:07:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82960FA95; Fri, 14 May 2021 11:07:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620990434219360" MIME-Version: 1.0 Date: Fri, 14 May 2021 11:07:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/time/gnome-pomodoro To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210514110714.82960FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620990434219360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri May 14 11:07:14 UTC 2021 Modified Files: pkgsrc/time/gnome-pomodoro: Makefile Log Message: gnome-pomodoro: needs sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/gnome-pomodoro/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620990434219360 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/gnome-pomodoro/Makefile diff -u pkgsrc/time/gnome-pomodoro/Makefile:1.3 pkgsrc/time/gnome-pomodoro/Makefile:1.4 --- pkgsrc/time/gnome-pomodoro/Makefile:1.3 Mon Aug 17 20:20:13 2020 +++ pkgsrc/time/gnome-pomodoro/Makefile Fri May 14 11:07:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/08/17 20:20:13 leot Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/14 11:07:14 nia Exp $ DISTNAME= gnome-pomodoro-0.17.0 PKGREVISION= 1 @@ -32,6 +32,7 @@ CONFIGURE_SCRIPT= autogen.sh .include "../../audio/libcanberra/buildlink3.mk" .include "../../databases/gom/buildlink3.mk" +.include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/appstream-glib/buildlink3.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/gobject-introspection/buildlink3.mk" --_----------=_1620990434219360--