diff options
author | adam <adam@pkgsrc.org> | 2016-08-03 10:22:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-08-03 10:22:08 +0000 |
commit | a7ed7181a4534011c8e6d454a9c8017c95a8761a (patch) | |
tree | ec9752850cf8d991421cc9d6e41616955aea4422 /x11/py-keybinder | |
parent | b1c8047b64ca9f92d9300724621281b7deaafd48 (diff) | |
download | pkgsrc-a7ed7181a4534011c8e6d454a9c8017c95a8761a.tar.gz |
Revbump after graphics/gd update
Diffstat (limited to 'x11/py-keybinder')
-rw-r--r-- | x11/py-keybinder/Makefile | 3 | ||||
-rw-r--r-- | x11/py-keybinder/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/py-keybinder/Makefile b/x11/py-keybinder/Makefile index ef8f9990019..2273ed3d46f 100644 --- a/x11/py-keybinder/Makefile +++ b/x11/py-keybinder/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:18 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/08/03 10:22:24 adam Exp $ +PKGREVISION= 1 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} diff --git a/x11/py-keybinder/buildlink3.mk b/x11/py-keybinder/buildlink3.mk index 348a684ef4f..c774a70dfe1 100644 --- a/x11/py-keybinder/buildlink3.mk +++ b/x11/py-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2015/07/11 11:13:28 kamil Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2016/08/03 10:22:24 adam Exp $ BUILDLINK_TREE+= py-keybinder @@ -8,6 +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_PKGSRCDIR.py-keybinder?= ../../x11/py-keybinder .include "../../x11/py-gtk2/buildlink3.mk" |