git: fcd79a843b1d - main - graphics/p5-Graph-SocialMap: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:53 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd79a843b1d12e01c93a45ca779748e18f3b9d3
commit fcd79a843b1d12e01c93a45ca779748e18f3b9d3
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:49:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:49:19 +0000
graphics/p5-Graph-SocialMap: Add NO_ARCH
Approved by: portmgr (blanket)
---
graphics/p5-Graph-SocialMap/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/p5-Graph-SocialMap/Makefile b/graphics/p5-Graph-SocialMap/Makefile
index 9a1e6eb1c58c..ffe31a5a665b 100644
--- a/graphics/p5-Graph-SocialMap/Makefile
+++ b/graphics/p5-Graph-SocialMap/Makefile
@@ -21,4 +21,6 @@ RUN_DEPENDS= p5-Graph-Writer-GraphViz>=0:graphics/p5-Graph-Writer-GraphViz \
USES= perl5
USE_PERL5= modbuildtiny
+NO_ARCH= yes
+
.include <bsd.port.mk>