git: 2b291b9c5896 - main - multimedia/zoneminder: remove now useless ONLY_FOR_ARCHS restriction

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Mon, 29 Nov 2021 01:06:36 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b291b9c5896a47c824e67e188ae038547f746ac

commit 2b291b9c5896a47c824e67e188ae038547f746ac
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-11-29 01:05:38 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-11-29 01:05:39 +0000

    multimedia/zoneminder: remove now useless ONLY_FOR_ARCHS restriction
    
    It was added in r486990 (f9e7f55b3a20d) without a proper explanation,
    and now with seven items on this list, including all Tier-1 and most
    Tier-2 architectures, it had clearly outgrown the intended purpose of
    this knob.  There shouldn't really be anything architecture-specific
    about this software in the first place.
---
 multimedia/zoneminder/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile
index dca8bcad6739..ae0b59fd1c46 100644
--- a/multimedia/zoneminder/Makefile
+++ b/multimedia/zoneminder/Makefile
@@ -7,8 +7,6 @@ COMMENT=	Complete security camera solution, fully web based with image analysis
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le
-
 ZM_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
 		p5-DBD-mysql>=0:databases/p5-DBD-mysql \
 		p5-Date-Manip>=0:devel/p5-Date-Manip \