diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-12 03:51:07 +0000 |
commit | 14b82f547c9bec53640c287423b29d01fe61842e (patch) | |
tree | 92e1e65595e4140323396ebc0895b35c5624a56a /graphics/eom | |
parent | 438e62090e7e9bc67d2c430852878acb02cfcebe (diff) | |
download | pkgsrc-14b82f547c9bec53640c287423b29d01fe61842e.tar.gz |
Recursive revbump from hardbuzz-2.1.1
Diffstat (limited to 'graphics/eom')
-rw-r--r-- | graphics/eom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 8a6dff884c9..cb375f6ca4a 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2018/05/14 12:42:35 youri Exp $ +# $NetBSD: Makefile,v 1.12 2018/11/12 03:52:11 ryoon 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" |