diff options
author | jmc <jmc> | 2003-04-06 21:34:40 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-04-06 21:34:40 +0000 |
commit | a61c14840c0a4677c0b9ec63629ead76c8eb331e (patch) | |
tree | 46dd3d62cc2c196ed16c4e05d419c8aedb468bf8 /x11 | |
parent | 4e3d3bde1c1d598bf0c651021ebfbdbd685c859e (diff) | |
download | pkgsrc-a61c14840c0a4677c0b9ec63629ead76c8eb331e.tar.gz |
Use BUILDLINK_PREFIX.postgresql-lib as suggested by wiz
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-psql/Makefile | 4 |
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 |