summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"