Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8D4497A0F3 for ; Wed, 10 May 2017 10:45:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3D92184DFE; Wed, 10 May 2017 10:45:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE27484D92 for ; Wed, 10 May 2017 10:45:26 +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 sJADVwfa7Npi for ; Wed, 10 May 2017 10:45:26 +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 5A73784DA7 for ; Wed, 10 May 2017 10:45:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 537FEFBE4; Wed, 10 May 2017 10:45:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149441312680880" MIME-Version: 1.0 Date: Wed, 10 May 2017 10:45:26 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/security/lsh To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170510104526.537FEFBE4@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. --_----------=_149441312680880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed May 10 10:45:26 UTC 2017 Modified Files: pkgsrc/security/lsh: Makefile Log Message: Requires termcap. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/security/lsh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149441312680880 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/lsh/Makefile diff -u pkgsrc/security/lsh/Makefile:1.22 pkgsrc/security/lsh/Makefile:1.23 --- pkgsrc/security/lsh/Makefile:1.22 Thu Jan 19 18:52:24 2017 +++ pkgsrc/security/lsh/Makefile Wed May 10 10:45:26 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:24 agc Exp $ +# $NetBSD: Makefile,v 1.23 2017/05/10 10:45:26 jperkin Exp $ # DISTNAME= lsh-2.0.4 @@ -31,4 +31,5 @@ USE_OLD_DES_API= yes .include "../../devel/gmp/buildlink3.mk" .include "../../devel/liboop/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_149441312680880--