diff options
author | obache <obache@pkgsrc.org> | 2014-11-09 05:15:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-09 05:15:07 +0000 |
commit | 5724691363e3578b9bf256768c77f4129d5e83bf (patch) | |
tree | cfd0ea5d3741a5008afe3465bbf40d9691398737 /inputmethod | |
parent | 258b480fcebf3c21431320368423dab2e9e1b267 (diff) | |
download | pkgsrc-5724691363e3578b9bf256768c77f4129d5e83bf.tar.gz |
exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-table/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-table/Makefile b/inputmethod/ibus-table/Makefile index 024a9a63361..2ee81445e4e 100644 --- a/inputmethod/ibus-table/Makefile +++ b/inputmethod/ibus-table/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/11/05 10:35:00 obache Exp $ +# $NetBSD: Makefile,v 1.18 2014/11/09 05:15:07 obache Exp $ DISTNAME= ibus-table-1.9.1 CATEGORIES= inputmethod @@ -9,6 +9,7 @@ HOMEPAGE= http://code.google.com/p/ibus/ COMMENT= Table engine for IBus platform LICENSE= gnu-lgpl-v2.1 +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 GNU_CONFIGURE= yes |