aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2006-03-07 21:45:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-24 06:40:00 +0000
commit5332e1d8959452e0d0afbe96f274aa059050b839 (patch)
tree2ed03819f692e86ee8ca6ffad5173633782ab1b8
parent275c3310bd94b806c53f5fe05f0b3038390e7fcf (diff)
downloadaports-5332e1d8959452e0d0afbe96f274aa059050b839.tar.bz2
aports-5332e1d8959452e0d0afbe96f274aa059050b839.tar.xz
testing/apache-mod-auth-ntlm-winbind: dep fix
Added winbind daemon to dep list as well
-rw-r--r--testing/apache-mod-auth-ntlm-winbind/APKBUILD2
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 4341e6e396..1165ddd81e 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