summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-29 01:05:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-29 01:05:39 +0000
commit2b291b9c5896a47c824e67e188ae038547f746ac (patch)
tree0296d848fe98304af7f8f323ffb133d9bd4209d4 /multimedia
parentmultimedia/zoneminder: add armv7 support (diff)
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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/zoneminder/Makefile2
1 files changed, 0 insertions, 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 \