pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 28 17:23:52 UTC 2019

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: python is only used for the build system

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/textproc/icu/Makefile

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

Modified files:

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.127 pkgsrc/textproc/icu/Makefile:1.128
--- pkgsrc/textproc/icu/Makefile:1.127  Mon Nov  4 21:43:37 2019
+++ pkgsrc/textproc/icu/Makefile        Sat Dec 28 17:23:52 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.127 2019/11/04 21:43:37 rillig Exp $
+# $NetBSD: Makefile,v 1.128 2019/12/28 17:23:52 wiz Exp $
 
 DISTNAME=      icu4c-64_2-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tgz
@@ -24,6 +24,8 @@ CONFIGURE_ENV+=               U_MAKE=${TOOLS_GMAKE}
 
 CHECK_SSP_SKIP=                lib/libicudata.so*
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native"



Home | Main Index | Thread Index | Old Index