summaryrefslogtreecommitdiff
path: root/x11/qt3-psql
diff options
context:
space:
mode:
authorrecht <recht>2004-07-24 22:45:14 +0000
committerrecht <recht>2004-07-24 22:45:14 +0000
commit6dba7134d2d72854734da5e00a30e8096b8ebddd (patch)
tree2a9af75a69e002a52d9f045391377b6b709f9e60 /x11/qt3-psql
parent6472d754246fb309de49aa32e601f17fdb8e67b8 (diff)
downloadpkgsrc-6dba7134d2d72854734da5e00a30e8096b8ebddd.tar.gz
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'x11/qt3-psql')
-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"