summaryrefslogtreecommitdiff
path: root/www/ap2-auth-pgsql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-auth-pgsql/Makefile')
-rw-r--r--www/ap2-auth-pgsql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile
index 882876bd983..a5f7222f313 100644
--- a/www/ap2-auth-pgsql/Makefile
+++ b/www/ap2-auth-pgsql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/21 16:06:22 darcy Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/24 22:45:16 recht Exp $
# FreeBSD Id: ports/www/mod_auth_pgsql2/Makefile,v 1.5 2004/02/06 11:21:00 clement Exp
DISTNAME= mod_auth_pgsql-2.0.2b1
@@ -19,7 +19,7 @@ APACHE_MODULE_NAME = ap2-auth-pgsql
do-build:
cd ${WRKSRC} && \
${APXS} -c -n ${APACHE_MODULE_NAME} \
- -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql \
+ -I${PGSQL_PREFIX}/include/postgresql \
-L${LOCALBASE}/lib \
-Wl,${RPATH_FLAG} -Wl,${LOCALBASE}/lib \
-lpq ${DISTNAME:C/-[^-]*$//}.c
@@ -30,7 +30,7 @@ do-install:
#${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DOCSDIR}
.include "../../www/apache2/buildlink3.mk"
-.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"