svn commit: r524559 - head/textproc/ibus-table

Antoine Brodin antoine at FreeBSD.org
Wed Jan 29 16:48:47 UTC 2020


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 at 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


More information about the svn-ports-head mailing list