svn commit: r548825 - head/accessibility/accerciser

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 17 08:19:20 UTC 2020


Author: bapt
Date: Thu Sep 17 08:19:19 2020
New Revision: 548825
URL: https://svnweb.freebsd.org/changeset/ports/548825

Log:
  Remove unneeded USE_GNOME=intlhack

Modified:
  head/accessibility/accerciser/Makefile

Modified: head/accessibility/accerciser/Makefile
==============================================================================
--- head/accessibility/accerciser/Makefile	Thu Sep 17 08:16:12 2020	(r548824)
+++ head/accessibility/accerciser/Makefile	Thu Sep 17 08:19:19 2020	(r548825)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=3.2.0:devel/gs
 
 NO_ARCH=	yes
 USES=		gettext gmake gnome localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz
-USE_GNOME=	gtk30 intlhack pygobject3
+USE_GNOME=	gtk30 pygobject3
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	plugins/ipython_view.py


More information about the svn-ports-head mailing list