Received: by mail.netbsd.org (Postfix, from userid 605) id AF30684D4A; Mon, 31 Jul 2017 08:36:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 40DEC84D3C for ; Mon, 31 Jul 2017 08:36:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JMvptWQawo7k for ; Mon, 31 Jul 2017 08:36:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BC5684CDE for ; Mon, 31 Jul 2017 08:36:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93BB3FACD; Mon, 31 Jul 2017 08:36:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501490187265100" MIME-Version: 1.0 Date: Mon, 31 Jul 2017 08:36:27 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/ham/uhd To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20170731083627.93BB3FACD@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. --_----------=_1501490187265100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Mon Jul 31 08:36:27 UTC 2017 Modified Files: pkgsrc/ham/uhd: Makefile Log Message: use the right curses buildlink3 file as pointed out by @wiz To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/ham/uhd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501490187265100 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/uhd/Makefile diff -u pkgsrc/ham/uhd/Makefile:1.27 pkgsrc/ham/uhd/Makefile:1.28 --- pkgsrc/ham/uhd/Makefile:1.27 Sun Jul 30 23:19:23 2017 +++ pkgsrc/ham/uhd/Makefile Mon Jul 31 08:36:27 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2017/07/30 23:19:23 nros Exp $ +# $NetBSD: Makefile,v 1.28 2017/07/31 08:36:27 nros Exp $ DISTNAME= uhd-3.9.4 PKGREVISION= 6 @@ -61,7 +61,6 @@ PLIST_SRC= ${PKGDIR}/PLIST .include "../../lang/python/application.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/libusb1/buildlink3.mk" -.imclude "../../devel/ncurses/buildlink3.mk" .include "../../devel/orc/buildlink3.mk" - +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1501490187265100--