Received: by mail.netbsd.org (Postfix, from userid 605) id AC7BD84D43; Tue, 4 Sep 2018 00:23:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B5F2F84C85 for ; Tue, 4 Sep 2018 00:23:13 +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 6VI-nCkwf0rS for ; Tue, 4 Sep 2018 00:23:13 +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 0252B84C78 for ; Tue, 4 Sep 2018 00:23:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5195FBF8; Tue, 4 Sep 2018 00:23:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536020592124830" MIME-Version: 1.0 Date: Tue, 4 Sep 2018 00:23:12 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/math/R-igraph To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180904002312.E5195FBF8@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. --_----------=_1536020592124830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Sep 4 00:23:12 UTC 2018 Modified Files: pkgsrc/math/R-igraph: Makefile Log Message: math/R-igraph: Needs a C compiler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-igraph/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536020592124830 Content-Disposition: inline Content-Length: 704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-igraph/Makefile diff -u pkgsrc/math/R-igraph/Makefile:1.1 pkgsrc/math/R-igraph/Makefile:1.2 --- pkgsrc/math/R-igraph/Makefile:1.1 Thu May 24 22:25:17 2018 +++ pkgsrc/math/R-igraph/Makefile Tue Sep 4 00:23:12 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/05/24 22:25:17 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2018/09/04 00:23:12 minskim Exp $ DISTNAME= igraph_1.2.1 CATEGORIES= graphics @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr DEPENDS+= R-pkgconfig>=2.0.0:../../devel/R-pkgconfig -USE_LANGUAGES= # none +USE_LANGUAGES= c .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" --_----------=_1536020592124830--