diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:40:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-13 20:40:20 +0000 |
commit | 58e92da5fc2c7638b01dbc69571f133ba3e92232 (patch) | |
tree | a95a1627501642910424a5c33c72b4ca35cee694 | |
parent | 13b927f1c2acaee7be3ca25cab0b615288ad18e5 (diff) | |
download | ports-58e92da5fc2c7638b01dbc69571f133ba3e92232.tar.gz ports-58e92da5fc2c7638b01dbc69571f133ba3e92232.zip |
security/maia: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | security/maia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index a54ca315dfe6..3a93153b7a9d 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -32,6 +32,7 @@ GH_ACCOUNT= technion GH_PROJECT= maia_mailguard GH_TAGNAME= 48df5fb USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes DOCS= LICENSE.txt README.md maiad.conf.dist maia-mysql.sql maia-pgsql.sql maia.conf.dist USERS= vscan |