summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-08 19:48:27 +0000
committersnj <snj@pkgsrc.org>2004-05-08 19:48:27 +0000
commit8341f22662470b3174ce97bfab73c164d97977a2 (patch)
tree38a74e543170add4d036b8a0bd00844053947123 /www/ap-auth-postgresql
parent70083b70ecb918dd995e78eaab152f5c3a8a35e7 (diff)
downloadpkgsrc-8341f22662470b3174ce97bfab73c164d97977a2.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r--www/ap-auth-postgresql/Makefile7
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"