diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-10 22:08:37 +0000 |
commit | aea435c684475a7d69a14634c0e51d603ab462ae (patch) | |
tree | 9fd7a37dbb2162cea8ab6c0cd54f7f398658d288 /x11/qt5-qtbase | |
parent | b16775744b3813e095efae692a24050371dacda5 (diff) | |
download | pkgsrc-aea435c684475a7d69a14634c0e51d603ab462ae.tar.gz |
librsvg: update bl3.mk to remove libcroco in rust case
recursive bump for the dependency change
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 fae1c497405..87e3325ad36 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.90 2020/03/08 16:48:30 wiz Exp $ +# $NetBSD: Makefile,v 1.91 2020/03/10 22:09:13 wiz Exp $ DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 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 bd928629bac..f1716eccf59 100644 --- a/x11/qt5-qtbase/buildlink3.mk +++ b/x11/qt5-qtbase/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.34 2020/03/08 16:48:30 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.35 2020/03/10 22:09:13 wiz 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.14.1nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.14.1nb2 BUILDLINK_PKGSRCDIR.qt5-qtbase?= ../../x11/qt5-qtbase BUILDLINK_INCDIRS.qt5-qtbase+= qt5/include |