diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-04 11:58:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-04 11:58:39 +0000 |
commit | b067da348c14556c36a7e5ea8cafec3624b0869a (patch) | |
tree | 82f498e78656861adf68369b87fe5aec837a7c2d /x11/qt5-qtdoc | |
parent | 6c41e9de16a89ec2b04820796e99993575440755 (diff) | |
download | pkgsrc-b067da348c14556c36a7e5ea8cafec3624b0869a.tar.gz |
Bump PKGREVISION.
libxcb-1.10 has one major library version change, for libxcb-sync.so
(from 0 to 1) and qt5 is the only package I could find that uses
this particular library.
Diffstat (limited to 'x11/qt5-qtdoc')
-rw-r--r-- | x11/qt5-qtdoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile index cb01e41e99d..3e30352d17a 100644 --- a/x11/qt5-qtdoc/Makefile +++ b/x11/qt5-qtdoc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/04 11:58:39 wiz Exp $ .include "../../x11/qt5-qtbase/Makefile.common" PKGNAME= qt5-qtdoc-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 documentations USE_LIBTOOL= yes |