svn commit: r540998 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Wed Jul 1 22:21:53 UTC 2020


Author: jbeich
Date: Wed Jul  1 22:21:52 2020
New Revision: 540998
URL: https://svnweb.freebsd.org/changeset/ports/540998

Log:
  emulators/yuzu: drop USES=iconv after r466695
  
  https://github.com/yuzu-emu/yuzu/commit/fdb35760a777

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Wed Jul  1 22:21:27 2020	(r540997)
+++ head/emulators/yuzu/Makefile	Wed Jul  1 22:21:52 2020	(r540998)
@@ -53,8 +53,7 @@ GH_TUPLE=	yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn
 		kinetiknz:cubeb:cubeb-0.2-1194-g616d773:cubeb/externals/cubeb \
 		svn2github:inih:603729d:inih/externals/inih/inih
 
-USES=		cmake compiler:c++17-lang iconv localbase:ldflags \
-		python:build sdl ssl
+USES=		cmake compiler:c++17-lang localbase:ldflags python:build sdl ssl
 USE_SDL=	sdl2
 LDFLAGS+=	-Wl,--as-needed # Qt5Network
 TEST_TARGET=	test


More information about the svn-ports-all mailing list