diff options
| author | wiz <wiz@pkgsrc.org> | 2022-01-28 14:02:33 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2022-01-28 14:02:33 +0000 |
| commit | 3f59c348a8cb0b0bd7cc3b64ae34caebb46da44b (patch) | |
| tree | 1b479940bdd66fbd7f992778074f195109efc663 /inputmethod/ibus-python/Makefile | |
| parent | 44938180c45b5612b1fd964c61460c16fc80fd94 (diff) | |
| download | pkgsrc-3f59c348a8cb0b0bd7cc3b64ae34caebb46da44b.tar.gz | |
*: switch to python 2.7 version of py-gobject3
Diffstat (limited to 'inputmethod/ibus-python/Makefile')
| -rw-r--r-- | inputmethod/ibus-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index ca308a570e9..8f6659179ab 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2021/12/08 16:05:15 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/28 14:02:33 wiz Exp $ PKGREVISION= 1 .include "../../inputmethod/ibus/Makefile.common" @@ -15,7 +15,7 @@ USE_TOOLS+= pkg-config intltool msgfmt gmake GNU_CONFIGURE= yes DEPENDS+= ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus -DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject32 DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in |
