Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2020 16:48:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524559 - head/textproc/ibus-table
Message-ID:  <202001291648.00TGmlvV023803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan 29 16:48:47 2020
New Revision: 524559
URL: https://svnweb.freebsd.org/changeset/ports/524559

Log:
  ibus-table does not use pygtk2

Modified:
  head/textproc/ibus-table/Makefile

Modified: head/textproc/ibus-table/Makefile
==============================================================================
--- head/textproc/ibus-table/Makefile	Wed Jan 29 16:41:48 2020	(r524558)
+++ head/textproc/ibus-table/Makefile	Wed Jan 29 16:48:47 2020	(r524559)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ibus-table
 DISTVERSION=	1.9.24
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,11 +18,10 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databa
 LIB_DEPENDS=	libibus-1.0.so:textproc/ibus
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		autoreconf gmake gnome pkgconfig python:3.4+
+USES=		autoreconf gmake pkgconfig python:3.4+
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	kaio
-USE_GNOME=	pygtk2
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes



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