svn commit: r481011 - branches/2018Q4/textproc/ibus

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 08:30:42 UTC 2018


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
 


More information about the svn-ports-all mailing list