[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / cmake

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

Diff for /pkgsrc/devel/cmake/Makefile between version 1.107 and 1.108

version 1.107, 2015/10/27 09:04:38 version 1.108, 2015/11/17 12:12:11
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       cmake-${CMAKE_API}.2  DISTNAME=       cmake-${CMAKE_API}.0
 PKGREVISION=    1  
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   http://www.cmake.org/files/v${CMAKE_API}/  MASTER_SITES=   http://www.cmake.org/files/v${CMAKE_API}/
   
 CMAKE_API=      3.3  CMAKE_API=      3.4
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.cmake.org/  HOMEPAGE=       http://www.cmake.org/
Line 64  pre-configure:
Line 63  pre-configure:
             ${WRKSRC}/Modules/Platform/SunOS-Clang-${lang}.cmake              ${WRKSRC}/Modules/Platform/SunOS-Clang-${lang}.cmake
 .endfor  .endfor
   
 INCOMPAT_CURSES=        NetBSD-[0-5].*  INCOMPAT_CURSES=        NetBSD-[0-5].*-*
   
 BUILDLINK_API_DEPENDS.libarchive+=      libarchive>=3.0.0  BUILDLINK_API_DEPENDS.libarchive+=      libarchive>=3.0.0
 .include "../../archivers/libarchive/buildlink3.mk"  .include "../../archivers/libarchive/buildlink3.mk"

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

CVSweb <webmaster@jp.NetBSD.org>