git: 853ffb54ce3d - main - databases/p5-SQL-Abstract-Plugin-InsertMulti: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:54:49 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=853ffb54ce3d90420a17ffaa8f9171a498a26719
commit 853ffb54ce3d90420a17ffaa8f9171a498a26719
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:47:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:47:53 +0000
databases/p5-SQL-Abstract-Plugin-InsertMulti: Add NO_ARCH
---
databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile b/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile
index 807b6a8e748c..f6ca3288aa19 100644
--- a/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile
+++ b/databases/p5-SQL-Abstract-Plugin-InsertMulti/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS= p5-SQL-Abstract>=1.6:databases/p5-SQL-Abstract \
USES= perl5
USE_PERL5= modbuildtiny
+NO_ARCH= yes
+
.include <bsd.port.mk>