Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 14:37:43 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414411 - head/textproc/ibus
Message-ID:  <201605011437.u41Ebhdo084937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
  Approved by:	Henry Hu <henry.hu.sh@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605011437.u41Ebhdo084937>