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-postgresql/Makefile | |
parent | 31a1bdfc13b180b2325c0a19773bd8b94bc2a714 (diff) | |
download | pkgsrc-a30e99e2ad59c66859e8b5a76a937b306f51a54e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index ad2390f9116..14d1dfd580a 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/03/26 02:27:56 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2004/05/08 19:48:27 snj Exp $ DISTNAME= AuthPG-1.4 PKGNAME= ap-auth-postgresql-1.4 @@ -12,7 +12,7 @@ COMMENT= Module to allow apache authentication against a Postgresql database CONFLICTS= ap-auth-pgsql-[0-9]* -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES APACHE_MODULE_NAME= mod_auth_pg.so @@ -32,6 +32,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sample.htaccess ${EGDIR}/mod_auth_pg.htaccess ${INSTALL_DATA} ${WRKSRC}/sample.sql ${EGDIR}/mod_auth_pg.sql -.include "../../databases/postgresql-lib/buildlink2.mk" .include "../../www/apache/module.mk" + +.include "../../databases/postgresql-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |