summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2003-02-18 00:34:43 +0000
committergrant <grant>2003-02-18 00:34:43 +0000
commit8ff028081c1282c352e3f47aeff6fd96845681b5 (patch)
treec9ba87189b359f234b55b25762fbb07feaf6bf72
parentf5ec3be97f7289ea24dbd0201bcc6533380dc020 (diff)
downloadpkgsrc-8ff028081c1282c352e3f47aeff6fd96845681b5.tar.gz
use the postgresql-lib BUILDLINK_PREFIX.
-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: