Received: by mail.netbsd.org (Postfix, from userid 605) id 563F084EE7; Mon, 8 Aug 2022 19:09:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90CCC84EE6 for ; Mon, 8 Aug 2022 19:09:06 +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 EFhJebebFPIs for ; Mon, 8 Aug 2022 19:09:06 +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 D314E84CEE for ; Mon, 8 Aug 2022 19:09:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC9B2FB1A; Mon, 8 Aug 2022 19:09:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659985745270150" MIME-Version: 1.0 Date: Mon, 8 Aug 2022 19:09:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/ocaml-lablgtk3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220808190905.CC9B2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659985745270150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 8 19:09:05 UTC 2022 Modified Files: pkgsrc/x11/ocaml-lablgtk3: buildlink3.mk Log Message: ocaml-labgltk3: add missing bl3.mk Necessary in particular when all options are disabled To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659985745270150 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk diff -u pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk:1.11 pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk:1.12 --- pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk:1.11 Mon Apr 18 19:10:17 2022 +++ pkgsrc/x11/ocaml-lablgtk3/buildlink3.mk Mon Aug 8 19:09:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2022/04/18 19:10:17 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2022/08/08 19:09:05 wiz Exp $ BUILDLINK_TREE+= ocaml-lablgtk3 @@ -21,6 +21,7 @@ pkgbase := ocaml-lablgtk3 . include "../../x11/gtksourceview3/buildlink3.mk" .endif +.include "../../x11/gtk3/buildlink3.mk" .endif # OCAML_LABLGTK3_BUILDLINK3_MK BUILDLINK_TREE+= -ocaml-lablgtk3 --_----------=_1659985745270150--