diff options
author | snj <snj@pkgsrc.org> | 2004-05-08 19:48:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-08 19:48:27 +0000 |
commit | a30e99e2ad59c66859e8b5a76a937b306f51a54e (patch) | |
tree | 38a74e543170add4d036b8a0bd00844053947123 /www/ap-auth-ldap | |
parent | 31a1bdfc13b180b2325c0a19773bd8b94bc2a714 (diff) | |
download | pkgsrc-a30e99e2ad59c66859e8b5a76a937b306f51a54e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-ldap')
-rw-r--r-- | www/ap-auth-ldap/Makefile | 9 |
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" |