summaryrefslogtreecommitdiff
path: root/x11/qt4-mysql
diff options
context:
space:
mode:
authoradam <adam>2010-11-15 13:05:44 +0000
committeradam <adam>2010-11-15 13:05:44 +0000
commit5d1eb397904582b608d8190519cc9ea62b4bb91c (patch)
tree3d170bce6549e2fbfcbb0cf7e03c7d62297a0ccd /x11/qt4-mysql
parent3d8c95257aa1d3f69d3e03fa92ef09ec31e253c3 (diff)
downloadpkgsrc-5d1eb397904582b608d8190519cc9ea62b4bb91c.tar.gz
Changes 4.7.1:
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7. Changes 4.7.0: Qt 4.7 introduces many new features and improvements as well as bugfixes over the 4.6.x series. For more details, refer to the online documentation included in this distribution. The documentation is also available online: http://qt.nokia.com/doc/4.7 The Qt version 4.7 series is binary compatible with the 4.6.x series. Applications compiled for 4.6 will continue to run with 4.7.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r--x11/qt4-mysql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile
index 2dda31adceb..a7c5b1ffb16 100644
--- a/x11/qt4-mysql/Makefile
+++ b/x11/qt4-mysql/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:13 obache Exp $
+# $NetBSD: Makefile,v 1.13 2010/11/15 13:05:46 adam Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-mysql-${QTVERSION}
-PKGREVISION= 2
COMMENT= QT mysql driver
CONFIGURE_ARGS+= -I${QTDIR}/include
@@ -22,7 +21,7 @@ SQLDRVDIR= ${QTPREFIX}/plugins/sqldrivers
INSTALLATION_DIRS= ${SQLDRVDIR}
do-install:
- ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
${DESTDIR}${SQLDRVDIR}
.include "../../x11/qt4-libs/buildlink3.mk"