svn commit: r414411 - head/textproc/ibus

Kurt Jaeger pi at FreeBSD.org
Sun May 1 14:37:44 UTC 2016


Author: pi
Date: Sun May  1 14:37:43 2016
New Revision: 414411
URL: https://svnweb.freebsd.org/changeset/ports/414411

Log:
  textproc/ibus: use python:2 instead of python
  
  PR:		208202
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd at gmail.com>
  Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)

Modified:
  head/textproc/ibus/Makefile

Modified: head/textproc/ibus/Makefile
==============================================================================
--- head/textproc/ibus/Makefile	Sun May  1 12:51:48 2016	(r414410)
+++ head/textproc/ibus/Makefile	Sun May  1 14:37:43 2016	(r414411)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}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


More information about the svn-ports-head mailing list