Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1B5887A20E for ; Mon, 5 Dec 2016 21:16:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5D06C8558B; Mon, 5 Dec 2016 21:15:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0C298557F for ; Mon, 5 Dec 2016 21:15:58 +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 t3RuTesqmy0w for ; Mon, 5 Dec 2016 21:15:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4C48C85575 for ; Mon, 5 Dec 2016 21:15:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2494FBA6; Mon, 5 Dec 2016 21:14:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480972498229900" MIME-Version: 1.0 Date: Mon, 5 Dec 2016 21:14:58 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/editors/codelite To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20161205211458.D2494FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480972498229900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Mon Dec 5 21:14:58 UTC 2016 Modified Files: pkgsrc/editors/codelite: Makefile Log Message: add sqlite3 buildlink To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/codelite/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480972498229900 Content-Disposition: inline Content-Length: 781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/codelite/Makefile diff -u pkgsrc/editors/codelite/Makefile:1.2 pkgsrc/editors/codelite/Makefile:1.3 --- pkgsrc/editors/codelite/Makefile:1.2 Wed Aug 3 10:22:40 2016 +++ pkgsrc/editors/codelite/Makefile Mon Dec 5 21:14:58 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/08/03 10:22:40 adam Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/05 21:14:58 wiedi Exp $ DISTNAME= codelite-9.1 PKGREVISION= 1 @@ -54,6 +54,7 @@ REPLACE_BASH+= svgs/find-bar/convert-sv LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/codelite +.include "../../databases/sqlite3/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../textproc/hunspell/buildlink3.mk" --_----------=_1480972498229900--