Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 22:21:52 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540998 - head/emulators/yuzu
Message-ID:  <202007012221.061MLqsW049140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007012221.061MLqsW049140>