summaryrefslogtreecommitdiffstats
path: root/testing/zoneminder
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-01-27 14:57:05 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-01-27 14:57:05 +0200
commit2c4e73aef41b9d823279af9ba216a665b1519af4 (patch)
treeb11234280a3807030051bd88fb055343a6cf81b0 /testing/zoneminder
parenta82d0452a37a732358c07ae5adefa839e6107967 (diff)
downloadaports-2c4e73aef41b9d823279af9ba216a665b1519af4.tar.bz2
aports-2c4e73aef41b9d823279af9ba216a665b1519af4.tar.xz
testing/zoneminder: depend on sudo
otherwise, zoneminder reverts to the busybox su, which does not implement the --shell option
Diffstat (limited to 'testing/zoneminder')
-rw-r--r--testing/zoneminder/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/zoneminder/APKBUILD b/testing/zoneminder/APKBUILD
index 6bc8b19cd..74c9eabed 100644
--- a/testing/zoneminder/APKBUILD
+++ b/testing/zoneminder/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=zoneminder
pkgver=1.26.4
-pkgrel=2
+pkgrel=3
pkgdesc="Video camera surveillance system"
url="http://www.zoneminder.com/"
arch="x86_64"
@@ -11,7 +11,7 @@ depends="apache2 ffmpeg libbz2 libjpeg-turbo mysql-client pcre perl
perl-archive-zip perl-date-manip perl-dbd-mysql perl-dbi
perl-device-serialport perl-libwww perl-mail-tools perl-mime-lite
perl-mime-tools perl-sys-mmap perl-time-hires php php-apache2
- php-mysql x264"
+ php-mysql sudo x264"
makedepends="autoconf automake bash bzip2-dev ffmpeg-dev gnutls-dev
libgcrypt-dev libjpeg-turbo-dev mysql-dev pcre-dev perl-dev
php-cli"