diff options
author | recht <recht@pkgsrc.org> | 2004-07-24 22:45:14 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-24 22:45:14 +0000 |
commit | b7733957c95c19ace0166c3e436f957dfae653de (patch) | |
tree | 2a9af75a69e002a52d9f045391377b6b709f9e60 /x11/qt3-psql | |
parent | 0aab21f95e60c844c5c79c859564cb8348688b79 (diff) | |
download | pkgsrc-b7733957c95c19ace0166c3e436f957dfae653de.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/Makefile | 6 |
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" |