Received: by mail.netbsd.org (Postfix, from userid 605) id 1147E84DD5; Thu, 16 Jan 2020 21:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 822BE84DA0 for ; Thu, 16 Jan 2020 21:01:48 +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 O2UDJG0aqTMD for ; Thu, 16 Jan 2020 21:01:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D4A3484CE8 for ; Thu, 16 Jan 2020 21:01:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCCF3FBF4; Thu, 16 Jan 2020 21:01:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579208507213130" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 21:01:47 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/rdesktop To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200116210147.CCCF3FBF4@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. --_----------=_1579208507213130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Thu Jan 16 21:01:47 UTC 2020 Modified Files: pkgsrc/net/rdesktop: Makefile Log Message: rdesktop: needs libXcursor To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/rdesktop/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579208507213130 Content-Disposition: inline Content-Length: 738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/rdesktop/Makefile diff -u pkgsrc/net/rdesktop/Makefile:1.50 pkgsrc/net/rdesktop/Makefile:1.51 --- pkgsrc/net/rdesktop/Makefile:1.50 Wed Jan 15 15:31:28 2020 +++ pkgsrc/net/rdesktop/Makefile Thu Jan 16 21:01:47 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2020/01/15 15:31:28 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2020/01/16 21:01:47 tnn Exp $ DISTNAME= rdesktop-1.9.0 CATEGORIES= net @@ -41,5 +41,6 @@ CONFIGURE_ARGS+= --with-sound=alsa .include "../../mk/oss.buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXcursor/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1579208507213130--