git: b72b8fed93f3 - main - devel/py-google-re2: switch back from USE_GCC to USES:compiler:c11
Mark Linimon
linimon at FreeBSD.org
Wed May 12 20:56:02 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b72b8fed93f3f86bf8e0fc522234b602b5da2ccd
commit b72b8fed93f3f86bf8e0fc522234b602b5da2ccd
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-12 20:55:03 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-12 20:55:56 +0000
devel/py-google-re2: switch back from USE_GCC to USES:compiler:c11
so as not to force GCC everwhere.
Pointed out by: pkubaj
---
devel/py-google-re2/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/py-google-re2/Makefile b/devel/py-google-re2/Makefile
index d79d5f7ddc29..2c701192f897 100644
--- a/devel/py-google-re2/Makefile
+++ b/devel/py-google-re2/Makefile
@@ -15,8 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}
LIB_DEPENDS= libre2.so:devel/re2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-USES= localbase python:3.6+
-USE_GCC= yes
+USES= compiler:c11 localbase python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
More information about the dev-commits-ports-all
mailing list