summaryrefslogtreecommitdiff
path: root/www/ap-auth-ldap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-26 15:02:30 +0000
committerjlam <jlam@pkgsrc.org>2001-11-26 15:02:30 +0000
commit1f181fe325dbdc744f14139907dd791cfe301ca5 (patch)
tree35cf64e6fa5d188011ed68fe0ee3ac59e69b8ec2 /www/ap-auth-ldap/Makefile
parentad7cbda464856a1c0bae7f613bf2c4d6d6877755 (diff)
downloadpkgsrc-1f181fe325dbdc744f14139907dd791cfe301ca5.tar.gz
The apache buildlink.mk file only has a build dependency on apache. We
need a normal dependency since we require apache to be installed at run-time.
Diffstat (limited to 'www/ap-auth-ldap/Makefile')
-rw-r--r--www/ap-auth-ldap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile
index b3ca48c5586..32ad7f8a89a 100644
--- a/www/ap-auth-ldap/Makefile
+++ b/www/ap-auth-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/10/26 14:17:18 kleink Exp $
+# $NetBSD: Makefile,v 1.14 2001/11/26 15:02:30 jlam Exp $
DISTNAME= auth_ldap-1.6.0
PKGNAME= ap-auth-ldap-1.6.0
@@ -10,6 +10,8 @@ MAINTAINER= kleink@netbsd.org
HOMEPAGE= http://www.rudedog.org/auth_ldap/
COMMENT= Module to allow apache authentication against an LDAP directory
+DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache
+
do-build:
@cd ${WRKSRC} && ${APXS} -c \
-D WITH_OPENLDAP \