summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-05-08 19:48:27 +0000
committersnj <snj>2004-05-08 19:48:27 +0000
commit5cd453da520a285d2a2d09aed3e28c338f6e0815 (patch)
tree38a74e543170add4d036b8a0bd00844053947123 /www/ap-auth-postgresql/Makefile
parentb16357260242c9c8c06ca5c103337fbb8cf52314 (diff)
downloadpkgsrc-5cd453da520a285d2a2d09aed3e28c338f6e0815.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-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"