diff options
author | wiz <wiz> | 2012-02-06 12:41:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-06 12:41:29 +0000 |
commit | 31e09294d3bc309911923d250ffe183a08fcd09e (patch) | |
tree | fd359dd4887f4d378996d93a6a5a5c1ef6c0b6ca /x11/qt4-mysql | |
parent | 117a55b2f052b6cd7ecccaa90df28aad967c50b4 (diff) | |
download | pkgsrc-31e09294d3bc309911923d250ffe183a08fcd09e.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r-- | x11/qt4-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index 798d2a03455..84c09c4562e 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2012/01/12 22:59:59 adam Exp $ +# $NetBSD: Makefile,v 1.22 2012/02/06 12:42:23 wiz Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include |