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-qtscript | |
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-qtscript')
-rw-r--r-- | x11/qt5-qtscript/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtscript/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile index 48bca00f14e..9ceffb21a80 100644 --- a/x11/qt5-qtscript/Makefile +++ b/x11/qt5-qtscript/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2020/03/08 16:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2020/03/10 22:09:14 wiz Exp $ DISTNAME= qtscript-everywhere-src-${QTVERSION} PKGNAME= qt5-qtscript-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for script BUILD_TARGET= sub-src diff --git a/x11/qt5-qtscript/buildlink3.mk b/x11/qt5-qtscript/buildlink3.mk index 8a1ecfb562b..8281b44eae4 100644 --- a/x11/qt5-qtscript/buildlink3.mk +++ b/x11/qt5-qtscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.37 2020/03/08 16:48:31 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.38 2020/03/10 22:09:14 wiz Exp $ BUILDLINK_TREE+= qt5-qtscript @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtscript QT5_QTSCRIPT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.9.1 -BUILDLINK_ABI_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.14.1nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtscript+= qt5-qtscript>=5.14.1nb2 BUILDLINK_PKGSRCDIR.qt5-qtscript?= ../../x11/qt5-qtscript BUILDLINK_INCDIRS.qt5-qtscript+= qt5/include |