diff options
Diffstat (limited to 'editors/pluma/Makefile')
-rw-r--r-- | editors/pluma/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 97ecace9bee..11c2e41a538 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2019/03/06 08:03:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/25 07:32:51 maya 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 .include "../../devel/libpeas/buildlink3.mk" .include "../../meta-pkgs/mate/Makefile.common" |