diff options
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 a246ed4c4b9..87068324b92 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/01/01 14:44:08 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/06 13:54:57 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/x11/py-keybinder/buildlink3.mk b/x11/py-keybinder/buildlink3.mk index c774a70dfe1..0219bafb5a7 100644 --- a/x11/py-keybinder/buildlink3.mk +++ b/x11/py-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2017/02/06 13:54:57 wiz 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.0nb1 +BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb2 BUILDLINK_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder .include "../../x11/py-gtk2/buildlink3.mk" |