diff options
author | pi <pi@FreeBSD.org> | 2016-05-01 22:37:43 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-01 22:37:43 +0800 |
commit | 80122fd8e59998df31955149c5f829db0c766548 (patch) | |
tree | 25c0a883d8214b75737a10c3fd32e574014abeaa /textproc/ibus | |
parent | 4159813da240b867942fe205c8555ed651ef1a22 (diff) | |
download | freebsd-ports-graphics-80122fd8e59998df31955149c5f829db0c766548.tar.gz freebsd-ports-graphics-80122fd8e59998df31955149c5f829db0c766548.tar.zst freebsd-ports-graphics-80122fd8e59998df31955149c5f829db0c766548.zip |
textproc/ibus: use python:2 instead of python
PR: 208202
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Diffstat (limited to 'textproc/ibus')
-rw-r--r-- | textproc/ibus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index e18b2a55998..936180ec70f 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel/py-dbus \ setxkbmap:x11/setxkbmap LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= compiler cpe gmake libtool pathfix pkgconfig python +USES= compiler cpe gmake libtool pathfix pkgconfig python:2 USE_GNOME= glib20 intltool librsvg2 pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes |