diff options
Diffstat (limited to 'x11/qt4-sqlite3/Makefile')
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 5 |
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} |