Received: by mail.netbsd.org (Postfix, from userid 605) id 5129C84D99; Mon, 9 Sep 2019 09:58:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CEA5084D3A for ; Mon, 9 Sep 2019 09:58:41 +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 B6B-3mM_5IWR for ; Mon, 9 Sep 2019 09:58:41 +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 3592884C2B for ; Mon, 9 Sep 2019 09:58:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29DFAFBF4; Mon, 9 Sep 2019 09:58:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156802312182910" MIME-Version: 1.0 Date: Mon, 9 Sep 2019 09:58:41 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/eterm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190909095841.29DFAFBF4@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. --_----------=_156802312182910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Sep 9 09:58:41 UTC 2019 Modified Files: pkgsrc/x11/eterm: Makefile Log Message: eterm: Needs libXt To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/eterm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156802312182910 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/eterm/Makefile diff -u pkgsrc/x11/eterm/Makefile:1.83 pkgsrc/x11/eterm/Makefile:1.84 --- pkgsrc/x11/eterm/Makefile:1.83 Sun Sep 1 12:08:17 2019 +++ pkgsrc/x11/eterm/Makefile Mon Sep 9 09:58:40 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2019/09/01 12:08:17 nia Exp $ +# $NetBSD: Makefile,v 1.84 2019/09/09 09:58:40 nia Exp $ DISTNAME= Eterm-0.9.6 PKGNAME= ${DISTNAME:S/^E/e/} @@ -34,6 +34,7 @@ EXTRACT_DIR.${PIXMAP_FILES}= ${WRKSRC} .include "../../x11/libICE/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXres/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.prefs.mk" BUILDLINK_DEPMETHOD.iconv?= build --_----------=_156802312182910--