diff options
author | bacon <bacon@pkgsrc.org> | 2018-05-18 15:29:29 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2018-05-18 15:29:29 +0000 |
commit | b9a40dc2044b885c5c64444e53e14354582ed995 (patch) | |
tree | c82e8db4826176110190f9815a5f13760123850c /x11/qt5-qtbase | |
parent | 9fe31aab3cb2ba23c2e45877e0bc1b0e738aaf40 (diff) | |
download | pkgsrc-b9a40dc2044b885c5c64444e53e14354582ed995.tar.gz |
x11/qt5-qtbase: Fix version in PLIST.Linux
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r-- | x11/qt5-qtbase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index 54ace0eea19..dba1ddafe81 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2018/04/17 22:29:53 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2018/05/18 15:29:29 bacon Exp $ DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" |