summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-18 00:34:43 +0000
committergrant <grant@pkgsrc.org>2003-02-18 00:34:43 +0000
commit0caabb3407181dc45891c4c906ef34aac1325367 (patch)
treec9ba87189b359f234b55b25762fbb07feaf6bf72 /www/ap-auth-postgresql
parent285ec7c8f0811c4a0eab628b470afab2a2e12bf4 (diff)
downloadpkgsrc-0caabb3407181dc45891c4c906ef34aac1325367.tar.gz
use the postgresql-lib BUILDLINK_PREFIX.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r--www/ap-auth-postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 27a34c6a4bc..970cabf65cc 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/02/17 22:34:41 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/02/18 00:34:43 grant Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -14,7 +14,7 @@ USE_BUILDLINK2= YES
APACHE_MODULE_NAME= mod_auth_pg.so
-CPPFLAGS+= -I${LOCALBASE}/include/postgresql
+CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
LDFLAGS+= -lpq -lcrypt
post-install: