exactly add dependency for py-gobject3, for the case ibus base package and
ibus-table is using different python version.
This commit is contained in:
parent
ff4acfc28d
commit
d46f5032f4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue