Received: by mail.netbsd.org (Postfix, from userid 605) id 3309184D31; Sun, 25 Apr 2021 07:21:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B5CF84D25 for ; Sun, 25 Apr 2021 07:21:18 +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 OrIPE4eNykAx for ; Sun, 25 Apr 2021 07:21:18 +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 C4E8B84CE9 for ; Sun, 25 Apr 2021 07:21:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B776CFA95; Sun, 25 Apr 2021 07:21:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619335277169590" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 07:21:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/sysutils/libfm-extra To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210425072117.B776CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619335277169590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Apr 25 07:21:17 UTC 2021 Modified Files: pkgsrc/sysutils/libfm-extra: Makefile Log Message: libfm-extra: remove unnecessary gtk2 dependency, from Mike Qin To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/libfm-extra/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619335277169590 Content-Disposition: inline Content-Length: 747 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/libfm-extra/Makefile diff -u pkgsrc/sysutils/libfm-extra/Makefile:1.17 pkgsrc/sysutils/libfm-extra/Makefile:1.18 --- pkgsrc/sysutils/libfm-extra/Makefile:1.17 Mon Aug 17 20:20:06 2020 +++ pkgsrc/sysutils/libfm-extra/Makefile Sun Apr 25 07:21:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/08/17 20:20:06 leot Exp $ +# $NetBSD: Makefile,v 1.18 2021/04/25 07:21:17 nia Exp $ # DISTNAME= libfm-1.3.0.2 @@ -27,5 +27,5 @@ post-install: ${RUN} ${RM} -f ${DESTDIR}${PREFIX}/include/libfm ${RUN} ${CP} -r ${DESTDIR}${PREFIX}/include/libfm-1.0 ${DESTDIR}${PREFIX}/include/libfm -.include "../../x11/gtk2/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1619335277169590--