diff options
author | obache <obache> | 2013-12-08 07:34:21 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-08 07:34:21 +0000 |
commit | ecc05b90c4c8b706b980abd98e3a7fe5961c4b83 (patch) | |
tree | cf5cd65b3fd6fd536bf35d372808d18feddd0553 /inputmethod | |
parent | c746d800429d84efdfd52d77d5383682454a6c47 (diff) | |
download | pkgsrc-ecc05b90c4c8b706b980abd98e3a7fe5961c4b83.tar.gz |
require py-gobject3.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 047dca6a4e2..65dffa8b4c2 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.32 2013/10/23 11:50:04 obache Exp $ +# $NetBSD: Makefile,v 1.33 2013/12/08 07:34:21 obache Exp $ # .include "Makefile.common" +PKGREVISION= 1 + COMMENT= Intelligent Input Bus +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config intltool msgfmt gmake @@ -62,4 +66,5 @@ GTK2_IMMODULES= yes .include "../../x11/gtk2/modules.mk" .include "../../x11/gtk3/modules.mk" .include "../../x11/libX11/buildlink3.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |