diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 09:46:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 11:47:40 +0000 |
commit | 6cf2bec281f0a83f10fb4c4b52596452d22d7b05 (patch) | |
tree | 892246cd8b49e8fa319786aedb62dfe4b0bd709e | |
parent | 7e89b61d653cb3192c6c000951be42ce936a6ee9 (diff) |
databases/py-aiomcache: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | databases/py-aiomcache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-aiomcache/Makefile b/databases/py-aiomcache/Makefile index 8db0c3192985..ebe560bf869f 100644 --- a/databases/py-aiomcache/Makefile +++ b/databases/py-aiomcache/Makefile @@ -16,6 +16,8 @@ USES= cpe python CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= autoplist distutils cython +NO_ARCH= yes + post-extract: @${MV} ${WRKSRC}/tests ${WRKSRC}/aiomcache/ |