diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-12 06:24:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-12 06:24:36 +0000 |
commit | 545f70a10b9d44a5f003a0bdf2cf92c2b70b6df5 (patch) | |
tree | 303235e49cc4ad2912cdbcd91ff4f31742f20f94 /x11/py-keybinder | |
parent | c0b97c4bce86913612b81775e5ca7db2336d3887 (diff) | |
download | pkgsrc-545f70a10b9d44a5f003a0bdf2cf92c2b70b6df5.tar.gz |
Recursive revbump from fonts/harfbuzz
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 87068324b92..99c597c3e05 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/02/06 13:54:57 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2017/02/12 06:24:57 ryoon Exp $ -PKGREVISION= 2 +PKGREVISION= 3 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/x11/py-keybinder/buildlink3.mk b/x11/py-keybinder/buildlink3.mk index 0219bafb5a7..a93d6289db3 100644 --- a/x11/py-keybinder/buildlink3.mk +++ b/x11/py-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2017/02/06 13:54:57 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2017/02/12 06:24:57 ryoon 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.0nb2 +BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb3 BUILDLINK_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder .include "../../x11/py-gtk2/buildlink3.mk" |