Received: by mail.netbsd.org (Postfix, from userid 605) id 703C184EAE; Mon, 30 Jan 2023 17:32:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0A9F84EAD for ; Mon, 30 Jan 2023 17:32:03 +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 UU87xUUuynFX for ; Mon, 30 Jan 2023 17:32:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 067C884CEE for ; Mon, 30 Jan 2023 17:32:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 001E1FA90; Mon, 30 Jan 2023 17:32:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675099922266160" MIME-Version: 1.0 Date: Mon, 30 Jan 2023 17:32:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/yelp3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230130173203.001E1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675099922266160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 30 17:32:02 UTC 2023 Modified Files: pkgsrc/misc/yelp3: Makefile Log Message: yelp3: remove unused intltool dependency To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/misc/yelp3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675099922266160 Content-Disposition: inline Content-Length: 714 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/yelp3/Makefile diff -u pkgsrc/misc/yelp3/Makefile:1.87 pkgsrc/misc/yelp3/Makefile:1.88 --- pkgsrc/misc/yelp3/Makefile:1.87 Sun Jan 29 21:17:15 2023 +++ pkgsrc/misc/yelp3/Makefile Mon Jan 30 17:32:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2023/01/29 21:17:15 ryoon Exp $ +# $NetBSD: Makefile,v 1.88 2023/01/30 17:32:02 wiz Exp $ DISTNAME= yelp-3.32.0 PKGREVISION= 17 @@ -11,7 +11,7 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Mallard capable help browser LICENSE= gnu-gpl-v2 AND apache-2.0 -USE_TOOLS+= gmake intltool msgfmt pkg-config itstool +USE_TOOLS+= gmake msgfmt pkg-config itstool USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes --_----------=_1675099922266160--