Received: by mail.netbsd.org (Postfix, from userid 605) id E8FD584DCD; Sat, 7 Dec 2019 05:34:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FE7A84D9B for ; Sat, 7 Dec 2019 05:34:11 +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 KIlED3m1FEkX for ; Sat, 7 Dec 2019 05:34:11 +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 C1BAF84D9A for ; Sat, 7 Dec 2019 05:34:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF353FA97; Sat, 7 Dec 2019 05:34:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575696850124520" MIME-Version: 1.0 Date: Sat, 7 Dec 2019 05:34:10 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/wm/enlightenment To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20191207053410.AF353FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575696850124520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Dec 7 05:34:10 UTC 2019 Modified Files: pkgsrc/wm/enlightenment: Makefile Log Message: wm/enlightenment: note gmake tool dependency There are GNU make specific variables used in some targets. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/wm/enlightenment/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575696850124520 Content-Disposition: inline Content-Length: 784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/wm/enlightenment/Makefile diff -u pkgsrc/wm/enlightenment/Makefile:1.73 pkgsrc/wm/enlightenment/Makefile:1.74 --- pkgsrc/wm/enlightenment/Makefile:1.73 Sat Dec 7 04:50:49 2019 +++ pkgsrc/wm/enlightenment/Makefile Sat Dec 7 05:34:10 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2019/12/07 04:50:49 gutteridge Exp $ +# $NetBSD: Makefile,v 1.74 2019/12/07 05:34:10 gutteridge Exp $ DISTNAME= e16-1.0.21 PKGNAME= ${DISTNAME:S/e16/enlightenment/} @@ -10,7 +10,7 @@ HOMEPAGE= https://enlightenment.org/ COMMENT= Highly themeable and configurable window manager LICENSE= enlightenment16 -USE_TOOLS+= perl:run pkg-config +USE_TOOLS+= gmake perl:run pkg-config USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-hints-gnome --_----------=_1575696850124520--