Date: Mon, 1 Oct 2018 08:30:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481011 - branches/2018Q4/textproc/ibus Message-ID: <201810010830.w918UfiO039164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Oct 1 08:30:41 2018 New Revision: 481011 URL: https://svnweb.freebsd.org/changeset/ports/481011 Log: MFH: r481010 ibus doesn't work with python3 Modified: branches/2018Q4/textproc/ibus/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/textproc/ibus/Makefile ============================================================================== --- branches/2018Q4/textproc/ibus/Makefile Mon Oct 1 08:24:56 2018 (r481010) +++ branches/2018Q4/textproc/ibus/Makefile Mon Oct 1 08:30:41 2018 (r481011) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:devel ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes \ setxkbmap:x11/setxkbmap -USES= compiler cpe gmake gnome libtool localbase pathfix pkgconfig python +USES= compiler cpe gmake gnome libtool localbase pathfix pkgconfig python:2.7 USE_GNOME= glib20 intltool librsvg2 pygobject3 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810010830.w918UfiO039164>