diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-04 15:41:29 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-04 15:41:29 +0000 |
commit | 3eafef3d06eeba7e176546281b7d001211b5f5e3 (patch) | |
tree | 8ed119f3c7c0d410ea25bf5a0a1e36841671bc88 | |
parent | ECM is now included as bin2ecm in cmdpack. As a positive side effect it no (diff) |
multimedia/zoneminder: enable on powerpc64
-rw-r--r-- | multimedia/zoneminder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/zoneminder/Makefile b/multimedia/zoneminder/Makefile index 12f0605c4fae..a08710342c79 100644 --- a/multimedia/zoneminder/Makefile +++ b/multimedia/zoneminder/Makefile @@ -10,7 +10,7 @@ COMMENT= Complete security camera solution, fully web based with image analysis LICENSE= GPLv2 -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ |