pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cmake Revert to avoid breaks due to lang/g95



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e118d136504
branches:  trunk
changeset: 327603:4e118d136504
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Fri Jan 04 21:02:07 2019 +0000

description:
Revert to avoid breaks due to lang/g95

diffstat:

 devel/cmake/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r b8a107eee06e -r 4e118d136504 devel/cmake/Makefile
--- a/devel/cmake/Makefile      Fri Jan 04 20:54:13 2019 +0000
+++ b/devel/cmake/Makefile      Fri Jan 04 21:02:07 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.157 2019/01/04 17:47:12 triaxx Exp $
+# $NetBSD: Makefile,v 1.158 2019/01/04 21:02:07 triaxx Exp $
 
 .include "Makefile.version"
 
 DISTNAME=      cmake-${CMAKE_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://cmake.org/files/v${CMAKE_API}/
 
@@ -13,7 +13,7 @@
 LICENSE=       modified-bsd
 
 USE_TOOLS+=            gmake
-USE_LANGUAGES=         c c++11 fortran
+USE_LANGUAGES=         c c++11
 GCC_REQD+=             4.8
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      bootstrap



Home | Main Index | Thread Index | Old Index