diff options
author | grant <grant@pkgsrc.org> | 2003-02-18 00:34:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-18 00:34:43 +0000 |
commit | 0caabb3407181dc45891c4c906ef34aac1325367 (patch) | |
tree | c9ba87189b359f234b55b25762fbb07feaf6bf72 /www | |
parent | 285ec7c8f0811c4a0eab628b470afab2a2e12bf4 (diff) | |
download | pkgsrc-0caabb3407181dc45891c4c906ef34aac1325367.tar.gz |
use the postgresql-lib BUILDLINK_PREFIX.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 4 |
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: |