summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-psql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index 40bd3d3ba9c..c94b6af27e7 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/04/04 22:48:20 jmc Exp $
+# $NetBSD: Makefile,v 1.7 2003/04/06 21:34:40 jmc Exp $
#
.include "../qt3-libs/Makefile.common"
@@ -7,7 +7,7 @@ PKGNAME= qt3-psql-${QTVERSION}
COMMENT= QT postgresql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
- -I${PREFIX}/include/postgresql/server \
+ -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql/server \
-L${QTDIR}/lib
USE_BUILDLINK2= yes