diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /x11/qt5-qtbase | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r-- | x11/qt5-qtbase/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtbase/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index b0751d6b788..b1265da0d82 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2021/03/15 19:33:44 markd Exp $ +# $NetBSD: Makefile,v 1.107 2021/04/21 11:40:50 adam Exp $ DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" diff --git a/x11/qt5-qtbase/buildlink3.mk b/x11/qt5-qtbase/buildlink3.mk index 86b0f7c0b60..d2641224f36 100644 --- a/x11/qt5-qtbase/buildlink3.mk +++ b/x11/qt5-qtbase/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.42 2021/02/02 12:00:13 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.43 2021/04/21 11:40:50 adam Exp $ BUILDLINK_TREE+= qt5-qtbase @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtbase QT5_QTBASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.9.1 -BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.1nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.15.2nb3 BUILDLINK_PKGSRCDIR.qt5-qtbase?= ../../x11/qt5-qtbase BUILDLINK_INCDIRS.qt5-qtbase+= qt5/include |