summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-14 12:24:31 +0000
committeradam <adam@pkgsrc.org>2018-04-14 12:24:31 +0000
commit858907811c3410fe9914b80cae8d05415ddd4d93 (patch)
treefc7990815cf5302f4cefd8746160a80fca55557c /inputmethod
parentae836370cec77cfb8180e008b3c414ce45530651 (diff)
downloadpkgsrc-858907811c3410fe9914b80cae8d05415ddd4d93.tar.gz
gobject3: buildlink3 -> DEPENDS
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-python/Makefile26
1 files changed, 13 insertions, 13 deletions
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