diff options
author | adam <adam@pkgsrc.org> | 2014-04-23 07:05:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-23 07:05:31 +0000 |
commit | f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604 (patch) | |
tree | 09c9fed5d3a11d2d70b3f56dbd3564a95b2a0247 /x11/qt5-odbc | |
parent | 278520fb8bf3c07995f29983f25c60994033ec46 (diff) | |
download | pkgsrc-f99fc6f3c95edf720ed00eee11fe0b8c9c5bf604.tar.gz |
Changes 5.2.1:
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
Diffstat (limited to 'x11/qt5-odbc')
-rw-r--r-- | x11/qt5-odbc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile index bb9b75f0c3b..e7e07c7340e 100644 --- a/x11/qt5-odbc/Makefile +++ b/x11/qt5-odbc/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2014/04/09 07:26:58 obache Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/23 07:05:31 adam Exp $ PKGNAME= qt5-odbc-${QTVERSION} -PKGREVISION= 4 COMMENT= Qt5 odbc plugin .include "../../x11/qt5-qtbase/Makefile.common" USE_LIBTOOL= yes - CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib CONFIGURE_ARGS+= -no-dbus CONFIGURE_ARGS+= -no-sql-mysql CONFIGURE_ARGS+= -no-sql-psql CONFIGURE_ARGS+= -no-sql-sqlite -BUILD_DIRS+= qtbase/src/plugins/sqldrivers +BUILD_DIRS= qtbase/src/plugins/sqldrivers MAKE_ENV+= QTDIR=${QTDIR} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} |