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 /editors/pluma | |
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 'editors/pluma')
-rw-r--r-- | editors/pluma/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index d98da4c7fe2..649e6673a4f 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2020/03/08 16:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2020/03/10 22:09:43 wiz Exp $ # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE # from libpeas bl3, so we include it early to ensure a valid version is # chosen. This is not ideal, please fix it properly at some point. -PKGREVISION= 1 +PKGREVISION= 2 .include "../../devel/libpeas/buildlink3.mk" .include "../../meta-pkgs/mate/Makefile.common" |