pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ICU
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Apr 17 16:58:32 UTC 2020
Modified Files:
pkgsrc/textproc/py-ICU: Makefile
Log Message:
py-ICU: requires C++11
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-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/py-ICU/Makefile
diff -u pkgsrc/textproc/py-ICU/Makefile:1.6 pkgsrc/textproc/py-ICU/Makefile:1.7
--- pkgsrc/textproc/py-ICU/Makefile:1.6 Sun Apr 12 08:29:15 2020
+++ pkgsrc/textproc/py-ICU/Makefile Fri Apr 17 16:58:32 2020
@@ -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/pyi
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
Home |
Main Index |
Thread Index |
Old Index