diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2006-03-07 21:45:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-24 06:40:00 +0000 |
commit | 5332e1d8959452e0d0afbe96f274aa059050b839 (patch) | |
tree | 2ed03819f692e86ee8ca6ffad5173633782ab1b8 /testing | |
parent | 275c3310bd94b806c53f5fe05f0b3038390e7fcf (diff) | |
download | aports-5332e1d8959452e0d0afbe96f274aa059050b839.tar.bz2 aports-5332e1d8959452e0d0afbe96f274aa059050b839.tar.xz |
testing/apache-mod-auth-ntlm-winbind: dep fix
Added winbind daemon to dep list as well
Diffstat (limited to 'testing')
-rw-r--r-- | testing/apache-mod-auth-ntlm-winbind/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apache-mod-auth-ntlm-winbind/APKBUILD b/testing/apache-mod-auth-ntlm-winbind/APKBUILD index 4341e6e39..1165ddd81 100644 --- a/testing/apache-mod-auth-ntlm-winbind/APKBUILD +++ b/testing/apache-mod-auth-ntlm-winbind/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" license="Apache2" -depends="apache2 samba" +depends="apache2 samba winbind" makedepends="autoconf apache2-dev apr-util-dev apr-dev" source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/configure.in |