diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 18:26:26 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-23 19:09:46 +0000 |
commit | c40015e5e0cafdc95e9db3ac2f537790ee36106e (patch) | |
tree | 0e6b903c08a7f639ad28bbf7f9aeb0df91cbe9b2 | |
parent | 44cdc591d9ee0ab946ed60f5655f5892d88e07b1 (diff) | |
download | ports-c40015e5e0cafdc95e9db3ac2f537790ee36106e.tar.gz ports-c40015e5e0cafdc95e9db3ac2f537790ee36106e.zip |
devel/py-tables: Remove duplicate USES=localbase
Approved by: portmgr (blanket)
-rw-r--r-- | devel/py-tables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 0bd37464bdb2..cf4b99c08752 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ CONFLICTS_BUILD= zstd # conflicting version of zstd is bundled -USES= fortran localbase python:3.6+ localbase +USES= fortran localbase python:3.6+ USE_PYTHON= autoplist concurrent distutils cython PORTEXAMPLES= * |