diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 15:03:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 15:03:21 +0000 |
commit | 7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929 (patch) | |
tree | 9310ac445c0a6b99c186cf345ff4a40fe7a0c756 /x11 | |
parent | 304a8ea050ce4601c92f9156252560dd517bde9b (diff) | |
download | pkgsrc-7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929.tar.gz |
Recursive bump from mysql51-client library changed to use openssl.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-mysql/Makefile | 4 | ||||
-rw-r--r-- | x11/qt4-mysql/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 2b65113faf3..54e1078a083 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2011/11/01 06:03:06 sbd Exp $ +# $NetBSD: Makefile,v 1.32 2012/09/15 15:03:26 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index f8042c778bf..309f425c084 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2012/04/09 09:12:49 adam Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/15 15:03:26 obache Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include |