From 858907811c3410fe9914b80cae8d05415ddd4d93 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 Apr 2018 12:24:31 +0000 Subject: gobject3: buildlink3 -> DEPENDS --- inputmethod/ibus-python/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'inputmethod') diff --git a/inputmethod/ibus-python/Makefile b/inputmethod/ibus-python/Makefile index df0035e37c5..8603bbe3e67 100644 --- a/inputmethod/ibus-python/Makefile +++ b/inputmethod/ibus-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2017/11/05 04:19:15 tsutsui Exp $ +# $NetBSD: Makefile,v 1.13 2018/04/14 12:24:31 adam Exp $ .include "../../inputmethod/ibus/Makefile.common" @@ -7,14 +7,15 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ibus/ibus-python/} COMMENT= Python library for Intelligent Input Bus LICENSE= gnu-lgpl-v2.1 -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool msgfmt gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config intltool msgfmt gmake +GNU_CONFIGURE= yes -DEPENDS+= ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus -DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 +DEPENDS+= ibus>=${PKGVERSION_NOREV}:../../inputmethod/ibus +DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 +DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in @@ -35,14 +36,13 @@ BUILDLINK_TRANSFORM+= rm:-Wno-unused-but-set-variable NO_BUILD= yes INSTALL_DIRS= bindings ibus -CONFIGURE_ARGS+= --disable-dconf -CONFIGURE_ARGS+= --disable-gconf -CONFIGURE_ARGS+= --enable-python-library -CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} +CONFIGURE_ARGS+= --disable-dconf +CONFIGURE_ARGS+= --disable-gconf +CONFIGURE_ARGS+= --enable-python-library +CONFIGURE_ENV+= PYTHON2=${PYTHONBIN} -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2, py-gobject3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 -.include "../../devel/py-gobject3/buildlink3.mk" PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.83.0 -- cgit v1.2.3