diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 14:37:43 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-01 14:37:43 +0000 |
commit | ad5baacdb47ad104a9b8f4cf26ad98d3d7edb7b0 (patch) | |
tree | 25c0a883d8214b75737a10c3fd32e574014abeaa /textproc | |
parent | 956248c1f750fa43d507829dc462626c5fb2df7d (diff) | |
download | ports-ad5baacdb47ad104a9b8f4cf26ad98d3d7edb7b0.tar.gz ports-ad5baacdb47ad104a9b8f4cf26ad98d3d7edb7b0.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)
Notes
Notes:
svn path=/head/; revision=414411
Diffstat (limited to 'textproc')
-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 e18b2a55998a..936180ec70f9 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 |