summaryrefslogtreecommitdiff
path: root/x11/qt5-psql
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-04-23 07:05:31 +0000
committeradam <adam@pkgsrc.org>2014-04-23 07:05:31 +0000
commit1a12441e6aaa1985974fc5806dab6b579f7f20ac (patch)
tree09c9fed5d3a11d2d70b3f56dbd3564a95b2a0247 /x11/qt5-psql
parent695ab9e1dd41fc78d2e24c545989688fb643e3a3 (diff)
downloadpkgsrc-1a12441e6aaa1985974fc5806dab6b579f7f20ac.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-psql')
-rw-r--r--x11/qt5-psql/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile
index 13dd432b4e6..09bdc52f183 100644
--- a/x11/qt5-psql/Makefile
+++ b/x11/qt5-psql/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2014/04/09 07:26:57 obache Exp $
+# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:31 adam Exp $
PKGNAME= qt5-psql-${QTVERSION}
-PKGREVISION= 4
COMMENT= Qt5 PostgreSQL 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
@@ -16,7 +14,7 @@ CONFIGURE_ARGS+= -no-sql-sqlite
BUILD_QT5= yes
-BUILD_DIRS+= qtbase/src/plugins/sqldrivers
+BUILD_DIRS= qtbase/src/plugins/sqldrivers
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
@@ -32,6 +30,6 @@ do-install:
${DESTDIR}${QTPREFIX}/plugins/sqldrivers
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/pgsql.buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"