svn commit: r548824 - head/accessibility/orca

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 17 08:16:13 UTC 2020


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

Log:
  Remove unneeded USE_GNOME=intlhack

Modified:
  head/accessibility/orca/Makefile

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Thu Sep 17 07:48:22 2020	(r548823)
+++ head/accessibility/orca/Makefile	Thu Sep 17 08:16:12 2020	(r548824)
@@ -32,7 +32,7 @@ PORTSCOUT=	limitw:1,even
 NO_ARCH=	yes
 USES=		gettext gmake gnome localbase pathfix pkgconfig \
 		python:3.4+ tar:xz
-USE_GNOME=	gtk30 pygobject3 intlhack
+USE_GNOME=	gtk30 pygobject3
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list