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 /multimedia/totem | |
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 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 6b0660ce509..65a4919a305 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.105 2020/03/08 16:48:00 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2020/03/10 22:08:56 wiz Exp $ DISTNAME= totem-3.34.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/totem/3.34/} EXTRACT_SUFX= .tar.xz diff --git a/multimedia/totem/buildlink3.mk b/multimedia/totem/buildlink3.mk index 63cc5f34490..730be5a8402 100644 --- a/multimedia/totem/buildlink3.mk +++ b/multimedia/totem/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.45 2020/03/08 16:48:00 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.46 2020/03/10 22:08:56 wiz Exp $ BUILDLINK_TREE+= totem @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem TOTEM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem+= totem>=3.34.1 -BUILDLINK_ABI_DEPENDS.totem?= totem>=3.34.1nb1 +BUILDLINK_ABI_DEPENDS.totem?= totem>=3.34.1nb2 BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem .include "../../multimedia/totem-pl-parser/buildlink3.mk" |