git: f271aa7b4c67 - main - mail/p5-Net-SMTPS: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:06:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f271aa7b4c675648efffc57087a799f6498e1a73 commit f271aa7b4c675648efffc57087a799f6498e1a73 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:52:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:19 +0000 mail/p5-Net-SMTPS: Add NO_ARCH Approved by: portmgr (blanket) --- mail/p5-Net-SMTPS/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/p5-Net-SMTPS/Makefile b/mail/p5-Net-SMTPS/Makefile index 3fed8065d4ba..8188dacd9318 100644 --- a/mail/p5-Net-SMTPS/Makefile +++ b/mail/p5-Net-SMTPS/Makefile @@ -14,8 +14,10 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Authen-SASL>=2:security/p5-Authen-SASL \ p5-IO-Socket-SSL>=1.9:security/p5-IO-Socket-SSL -MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure +MAKE_JOBS_UNSAFE= yes +NO_ARCH= yes + .include <bsd.port.mk>