summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-04-17 16:58:32 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-04-17 16:58:32 +0000
commit5a3a277b009dc49e5d4f3ced18560f2cb3220684 (patch)
tree2179312584ca0af5aec4131e124a56edf44f1cb7 /textproc
parent01c3f6dba61d6f227ea4b6507ee7eefc82197608 (diff)
downloadpkgsrc-5a3a277b009dc49e5d4f3ced18560f2cb3220684.tar.gz
py-ICU: requires C++11
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-ICU/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-ICU/Makefile b/textproc/py-ICU/Makefile
index 037beba4c43..3a009a4b400 100644
--- a/textproc/py-ICU/Makefile
+++ b/textproc/py-ICU/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/12 08:29:15 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/17 16:58:32 gutteridge Exp $
DISTNAME= PyICU-2.4.3
PKGREVISION= 3
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/ovalhub/pyicu
COMMENT= Python extension wrapping the ICU C++ libraries
LICENSE= modified-bsd
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= pkg-config
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six