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-qtserialport | |
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-qtserialport')
-rw-r--r-- | x11/qt5-qtserialport/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtserialport/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile index 44466d8b3b2..d5b84aeb878 100644 --- a/x11/qt5-qtserialport/Makefile +++ b/x11/qt5-qtserialport/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2020/03/08 16:48:32 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2020/03/10 22:09:14 wiz Exp $ DISTNAME= qtserialport-everywhere-src-${QTVERSION} PKGNAME= qt5-qtserialport-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for Serial Port BUILD_TARGET= sub-src diff --git a/x11/qt5-qtserialport/buildlink3.mk b/x11/qt5-qtserialport/buildlink3.mk index 29b49385a6c..cdb3420943c 100644 --- a/x11/qt5-qtserialport/buildlink3.mk +++ b/x11/qt5-qtserialport/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2020/03/08 16:48:32 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2020/03/10 22:09:14 wiz Exp $ BUILDLINK_TREE+= qt5-qtserialport @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qt5-qtserialport QT5_QTSERIALPORT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.9.1 -BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.14.1nb1 +BUILDLINK_ABI_DEPENDS.qt5-qtserialport+= qt5-qtserialport>=5.14.1nb2 BUILDLINK_PKGSRCDIR.qt5-qtserialport?= ../../x11/qt5-qtserialport BUILDLINK_INCDIRS.qt5-qtserialport+= qt5/include |