diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 80b5b9a3ddd58090b573c76182d0bece70ac22a5 (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /x11/qt4-mysql | |
parent | 621ffd383b6873463874b1e8d2d79483ac4dd75a (diff) | |
download | pkgsrc-80b5b9a3ddd58090b573c76182d0bece70ac22a5.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r-- | x11/qt4-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index ce1fd9a7051..9b03576bddf 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2010/11/15 22:59:10 abs Exp $ +# $NetBSD: Makefile,v 1.15 2011/01/13 13:40:04 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-mysql-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include |