summaryrefslogtreecommitdiff
path: root/www/ap-auth-pgsql
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-pgsql
parent6f40de615fd4c2edd1b6bb7d63543195338a203b (diff)
downloadpkgsrc-9bd80a71546c2dc3da0a16ccde5e359dc8448602.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/ap-auth-pgsql')
-rw-r--r--www/ap-auth-pgsql/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile
index 2307519dfb6..78bd28b29d5 100644
--- a/www/ap-auth-pgsql/Makefile
+++ b/www/ap-auth-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/03/26 02:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/08 19:48:27 snj Exp $
DISTNAME= mod_auth_pgsql-0.9.12
PKGNAME= ap-auth-pgsql-0.9.12
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/
COMMENT= Apache module for user authentication/logging against a PostgreSQL DB
CONFLICTS= ap-auth-postgresql-[0-9]*
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
APACHE_MODULE_NAME= mod_auth_pgsql.so
@@ -24,6 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mod_auth_pgsql
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mod_auth_pgsql
-.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../www/apache/module.mk"
+
+.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"