diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /x11/py-keybinder | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'x11/py-keybinder')
-rw-r--r-- | x11/py-keybinder/Makefile | 4 | ||||
-rw-r--r-- | x11/py-keybinder/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index d6597d16cd8..49f969d158c 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/11/05 09:07:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2021/04/21 11:40:49 adam Exp $ -PKGREVISION= 13 +PKGREVISION= 14 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/x11/py-keybinder/buildlink3.mk b/x11/py-keybinder/buildlink3.mk index 29e48c6832f..fdfe9086266 100644 --- a/x11/py-keybinder/buildlink3.mk +++ b/x11/py-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2020/11/05 09:07:19 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2021/04/21 11:40:49 adam Exp $ BUILDLINK_TREE+= py-keybinder @@ -8,7 +8,7 @@ PY_KEYBINDER_BUILDLINK3_MK:= .include "../../lang/python/pyversion.mk" BUILDLINK_API_DEPENDS.py-keybinder+= ${PYPKGPREFIX}-keybinder>=0.3.0 -BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb13 +BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb14 BUILDLINK_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder .include "../../x11/py-gtk2/buildlink3.mk" |