svn commit: r536955 - head/x11-themes/gtk-arc-themes

Antoine Brodin antoine at FreeBSD.org
Fri May 29 08:41:17 UTC 2020


Author: antoine
Date: Fri May 29 08:41:17 2020
New Revision: 536955
URL: https://svnweb.freebsd.org/changeset/ports/536955

Log:
  Mark BROKEN: fails to build
  
  Unknown option --export-png=light/assets/arrow-down.png
  gmake[3]: *** [Makefile:731: light/assets/arrow-down.png] Error 1
  
  Reported by:	pkg-fallout

Modified:
  head/x11-themes/gtk-arc-themes/Makefile

Modified: head/x11-themes/gtk-arc-themes/Makefile
==============================================================================
--- head/x11-themes/gtk-arc-themes/Makefile	Fri May 29 08:40:17 2020	(r536954)
+++ head/x11-themes/gtk-arc-themes/Makefile	Fri May 29 08:41:17 2020	(r536955)
@@ -11,6 +11,8 @@ COMMENT=	Arc-themes for GTK-2.0 and GTK-3.0 based desk
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	inkscape:graphics/inkscape \
 		optipng:graphics/optipng \
 		sassc:textproc/sassc


More information about the svn-ports-head mailing list