summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
committerrecht <recht@pkgsrc.org>2004-07-24 22:45:14 +0000
commit8dc45652d46a220002347a3b36987cfcc6720ea4 (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /x11
parent469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff)
downloadpkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-psql/Makefile6
1 files changed, 3 insertions, 3 deletions
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"