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/lua-keybinder | |
parent | 13580bce44a7e37feef27bd0f3839d7d45d311d4 (diff) | |
download | pkgsrc-11b8f289b9119c1a549e837df0ba9b228102c685.tar.gz |
Recursive bumps for fontconfig and libzip dependency changes.
Diffstat (limited to 'x11/lua-keybinder')
-rw-r--r-- | x11/lua-keybinder/Makefile | 4 | ||||
-rw-r--r-- | x11/lua-keybinder/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/lua-keybinder/Makefile b/x11/lua-keybinder/Makefile index d0bd38f5a55..29abd86f80c 100644 --- a/x11/lua-keybinder/Makefile +++ b/x11/lua-keybinder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/02/12 06:24:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2018/03/12 11:15:54 wiz Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../x11/keybinder/Makefile.common" PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME} diff --git a/x11/lua-keybinder/buildlink3.mk b/x11/lua-keybinder/buildlink3.mk index 53ed1f58a41..dd798511f81 100644 --- a/x11/lua-keybinder/buildlink3.mk +++ b/x11/lua-keybinder/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2017/02/12 06:24:56 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2018/03/12 11:15:54 wiz Exp $ BUILDLINK_TREE+= lua-keybinder @@ -8,7 +8,7 @@ LUA_KEYBINDER_BUILDLINK3_MK:= .include "../../lang/lua/luaversion.mk" BUILDLINK_API_DEPENDS.lua-keybinder+= ${LUA_PKGPREFIX}-keybinder>=0.3.0 -BUILDLINK_ABI_DEPENDS.lua-keybinder?= lua51-keybinder>=0.3.0nb3 +BUILDLINK_ABI_DEPENDS.lua-keybinder?= lua51-keybinder>=0.3.0nb4 BUILDLINK_PKGSRCDIR.lua-keybinder?= ../../x11/lua-keybinder .include "../../x11/keybinder/buildlink3.mk" |