4e3b1b97c2
recursive bump for the dependency change
17 lines
424 B
Makefile
17 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/03/10 22:09:08 wiz Exp $
|
|
|
|
PKGREVISION= 10
|
|
.include "Makefile.common"
|
|
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Library for registering keyboard shortcuts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFIGURE_ARGS+= --disable-lua
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|