From b7733957c95c19ace0166c3e436f957dfae653de Mon Sep 17 00:00:00 2001
From: recht <recht@pkgsrc.org>
Date: Sat, 24 Jul 2004 22:45:14 +0000
Subject: Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
 version.

---
 x11/qt3-psql/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'x11/qt3-psql/Makefile')

diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index 21b23035767..fb70ddd5fcf 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/07/06 16:59:55 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/07/24 22:45:16 recht Exp $
 #
 
 .include "../qt3-libs/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME=		qt3-psql-${QTVERSION}
 COMMENT=		QT postgresql driver
 
 CONFIGURE_ARGS+=	-I${QTDIR}/include \
-			-I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql/server \
+			-I${PGSQL_PREFIX}/include/postgresql/server \
 			-L${QTDIR}/lib
 
 USE_BUILDLINK3=		yes
@@ -25,5 +25,5 @@ do-install:
 		${SQLDRVDIR}
 
 .include "../../x11/qt3-libs/buildlink3.mk"
-.include "../../databases/postgresql-lib/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
-- 
cgit v1.2.3