summaryrefslogtreecommitdiff
path: root/www/ap-auth-ldap
diff options
context:
space:
mode:
authorsnj <snj>2004-05-08 19:48:27 +0000
committersnj <snj>2004-05-08 19:48:27 +0000
commit9bd80a71546c2dc3da0a16ccde5e359dc8448602 (patch)
tree38a74e543170add4d036b8a0bd00844053947123 /www/ap-auth-ldap
parent6f40de615fd4c2edd1b6bb7d63543195338a203b (diff)
downloadpkgsrc-9bd80a71546c2dc3da0a16ccde5e359dc8448602.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r--www/ap-auth-ldap/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile
index 2dde9ea673e..eb59c11d600 100644
--- a/www/ap-auth-ldap/Makefile
+++ b/www/ap-auth-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/03/26 02:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/08 19:48:27 snj Exp $
DISTNAME= auth_ldap-1.6.0
PKGREVISION= 2
@@ -11,7 +11,7 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://www.rudedog.org/auth_ldap/
COMMENT= Module to allow apache authentication against an LDAP directory
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
APACHE_MODULE_NAME= auth_ldap.so
CPPFLAGS+= -DWITH_OPENLDAP
@@ -26,9 +26,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/future-directions.html \
${PREFIX}/share/doc/mod_auth_ldap
-BUILDLINK_DEPMETHOD.apache= full
-
-.include "../../databases/openldap/buildlink2.mk"
.include "../../www/apache/module.mk"
+.include "../../databases/openldap/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"