Received: by mail.netbsd.org (Postfix, from userid 605) id 1F2DD84E47; Sat, 25 Apr 2020 15:18:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A62584E42 for ; Sat, 25 Apr 2020 15:18:43 +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 Uofg5uXEVRWI for ; Sat, 25 Apr 2020 15:18:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EFCEA84E3D for ; Sat, 25 Apr 2020 15:18:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4BF1FB27; Sat, 25 Apr 2020 15:18:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587827922222470" MIME-Version: 1.0 Date: Sat, 25 Apr 2020 15:18:42 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/lxqt-runner To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200425151842.E4BF1FB27@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. --_----------=_1587827922222470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Apr 25 15:18:42 UTC 2020 Modified Files: pkgsrc/x11/lxqt-runner: Makefile Log Message: lxqt-runner: fix stray "wip" reference To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lxqt-runner/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587827922222470 Content-Disposition: inline Content-Length: 799 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/lxqt-runner/Makefile diff -u pkgsrc/x11/lxqt-runner/Makefile:1.1 pkgsrc/x11/lxqt-runner/Makefile:1.2 --- pkgsrc/x11/lxqt-runner/Makefile:1.1 Sat Apr 25 15:16:41 2020 +++ pkgsrc/x11/lxqt-runner/Makefile Sat Apr 25 15:18:42 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/04/25 15:16:41 gutteridge Exp $ +# $NetBSD: Makefile,v 1.2 2020/04/25 15:18:42 gutteridge Exp $ DISTNAME= lxqt-runner-0.14.1 CATEGORIES= x11 @@ -23,6 +23,6 @@ pre-configure: TOOL_DEPENDS+= lxqt-build-tools-[0-9]*:../../devel/lxqt-build-tools TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools -.include "../../wip/lxqt-globalkeys/buildlink3.mk" +.include "../../x11/lxqt-globalkeys/buildlink3.mk" .include "../../math/muparser/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1587827922222470--