summaryrefslogtreecommitdiff
path: root/textproc/icu/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-12-28 17:23:52 +0000
committerwiz <wiz@pkgsrc.org>2019-12-28 17:23:52 +0000
commitc0e288b74459747415dae7b33c90fc796f7b4e5b (patch)
tree25a77e7c776a0084c4aac4ae7005a1890c6f408c /textproc/icu/Makefile
parentddd267f35680180c3c0f8c13c189838917008074 (diff)
downloadpkgsrc-c0e288b74459747415dae7b33c90fc796f7b4e5b.tar.gz
icu: python is only used for the build system
Bump PKGREVISION.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r--textproc/icu/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 01a99873262..8fa4dcf7e87 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -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"