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 | ef516a4cfe7a016f026d1f6ba434f36af1ccea92 (patch) | |
tree | 82f498e78656861adf68369b87fe5aec837a7c2d /x11/qt5 | |
parent | 5669bf4b6892b9db2d28f947f61546b9ee16f206 (diff) | |
download | pkgsrc-ef516a4cfe7a016f026d1f6ba434f36af1ccea92.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')
-rw-r--r-- | x11/qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index eda52ceaf66..a4fc4761a8b 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $ DISTNAME= qt5-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none |