summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-28 18:26:38 +0000
committerwiz <wiz>2009-09-28 18:26:38 +0000
commit255b6b94770cc901454efb26b99a0ca1c34f28ef (patch)
tree869a60b56becd68021b85a1cc755c84fb1e6a5f8 /x11
parentbe6ee9b89c00f1a4cfb7b1b90ee9944632149041 (diff)
downloadpkgsrc-255b6b94770cc901454efb26b99a0ca1c34f28ef.tar.gz
Add pkg-config to TOOLS. Fixes library linking on systems using native
xorg. Suggestion from drochner. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt4-sqlite3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile
index b73bfee2b7d..6eb30766030 100644
--- a/x11/qt4-sqlite3/Makefile
+++ b/x11/qt4-sqlite3/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/28 18:26:38 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-sqlite3-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= QT sqlite3 driver
CONFIGURE_ARGS+= -I${QTDIR}/include
@@ -13,6 +13,7 @@ CONFIGURE_ARGS+= -L${QTDIR}/lib
CONFIGURE_ARGS+= -system-sqlite
BUILD_QT4= yes
+USE_TOOLS+= pkg-config
do-build:
cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}