pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Jan  4 21:02:07 UTC 2019

Modified Files:
        pkgsrc/devel/cmake: Makefile

Log Message:
Revert to avoid breaks due to lang/g95


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/devel/cmake/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/Makefile
diff -u pkgsrc/devel/cmake/Makefile:1.157 pkgsrc/devel/cmake/Makefile:1.158
--- pkgsrc/devel/cmake/Makefile:1.157   Fri Jan  4 17:47:12 2019
+++ pkgsrc/devel/cmake/Makefile Fri Jan  4 21:02:07 2019
@@ -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 @@ COMMENT=      Cross platform make
 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