svn commit: r481010 - head/textproc/ibus

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 08:24:57 UTC 2018


Author: antoine
Date: Mon Oct  1 08:24:56 2018
New Revision: 481010
URL: https://svnweb.freebsd.org/changeset/ports/481010

Log:
  ibus doesn't work with python3

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Mon Oct  1 08:11:53 2018	(r481009)
+++ head/textproc/ibus/Makefile	Mon Oct  1 08:24:56 2018	(r481010)
@@ -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
 


More information about the svn-ports-all mailing list