diff options
Diffstat (limited to 'www/ap-auth-ldap/Makefile')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 |
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 \ |