Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6042884ECF for ; Fri, 3 Nov 2023 20:43:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Cmdjv4UMnsdC for ; Fri, 3 Nov 2023 20:43:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B490F84D22 for ; Fri, 3 Nov 2023 20:43:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1030FA2B; Fri, 3 Nov 2023 20:43:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699044219137860" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 20:43:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gthumb To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231103204339.B1030FA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699044219137860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 3 20:43:39 UTC 2023 Modified Files: pkgsrc/graphics/gthumb: Makefile Log Message: gthumb: remove commented out non-dependency To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 pkgsrc/graphics/gthumb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699044219137860 Content-Disposition: inline Content-Length: 850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gthumb/Makefile diff -u pkgsrc/graphics/gthumb/Makefile:1.116 pkgsrc/graphics/gthumb/Makefile:1.117 --- pkgsrc/graphics/gthumb/Makefile:1.116 Sat Oct 21 17:10:31 2023 +++ pkgsrc/graphics/gthumb/Makefile Fri Nov 3 20:43:39 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2023/10/21 17:10:31 gdt Exp $ +# $NetBSD: Makefile,v 1.117 2023/11/03 20:43:39 wiz Exp $ DISTNAME= gthumb-3.12.2 PKGREVISION= 2 @@ -43,7 +43,6 @@ LDFLAGS+= ${LINKER_RPATH_FLAG}${PREFIX}/ .include "../../graphics/png/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" -#.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1699044219137860--