diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-12 11:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-12 11:15:24 +0000 |
commit | 11b8f289b9119c1a549e837df0ba9b228102c685 (patch) | |
tree | 302ac87bdbdfebda1668094e8e68d2f97e39024c /x11/py-keybinder | |
parent | 13580bce44a7e37feef27bd0f3839d7d45d311d4 (diff) | |
download | pkgsrc-11b8f289b9119c1a549e837df0ba9b228102c685.tar.gz |
Recursive bumps for fontconfig and libzip dependency changes.
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 99c597c3e05..9f546e4ce5b 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2017/02/12 06:24:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.8 2018/03/12 11:15:55 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/x11/py-keybinder/buildlink3.mk b/x11/py-keybinder/buildlink3.mk index a93d6289db3..83b1cd9c977 100644 --- a/x11/py-keybinder/buildlink3.mk +++ b/x11/py-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2017/02/12 06:24:57 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2018/03/12 11:15:55 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.0nb3 +BUILDLINK_ABI_DEPENDS.py-keybinder?= ${PYPKGPREFIX}-keybinder>=0.3.0nb4 BUILDLINK_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder .include "../../x11/py-gtk2/buildlink3.mk" |