aboutsummaryrefslogtreecommitdiff
path: root/emulators/citra
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-11-14 00:21:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-11-14 00:21:04 +0000
commiteb6c3caa05306d6669e833799e16a3eae26343cf (patch)
tree71a406ba1f010b7ae3370add8c1b95563094c11f /emulators/citra
parent59f72cb3076f10f93e230f5c94dc45602423f61f (diff)
downloadports-eb6c3caa05306d6669e833799e16a3eae26343cf.tar.gz
ports-eb6c3caa05306d6669e833799e16a3eae26343cf.zip
emulators/citra: drop unused dependencies
Notes
Notes: svn path=/head/; revision=555060
Diffstat (limited to 'emulators/citra')
-rw-r--r--emulators/citra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index ad5e2102e004..0db17030ebe2 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -42,7 +42,7 @@ GH_TUPLE= citra-emu:ext-boost:36603a1:boost/externals/boost \
weidai11:cryptopp:CRYPTOPP_7_0_0-23-gf320e7d9:cryptopp/externals/cryptopp/cryptopp \
wwylele:teakra:3e032a7:teakra/externals/teakra
-USES= cmake compiler:c++17-lang iconv localbase:ldflags sdl
+USES= cmake compiler:c++17-lang localbase:ldflags sdl
USE_SDL= sdl2
CMAKE_ON= USE_SYSTEM_BOOST
LDFLAGS+= -Wl,--as-needed # Qt5Network
@@ -76,7 +76,7 @@ SDL_PLIST_FILES=bin/${PORTNAME} \
share/man/man6/${PORTNAME}.6.gz
QT5_USES= desktop-file-utils qt:5 shared-mime-info
-QT5_USE= QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,multimedia,opengl,widgets
+QT5_USE= QT=qmake_build,buildtools_build,linguisttools_build,concurrent_build,core,gui,multimedia,widgets
QT5_CMAKE_BOOL= ENABLE_QT ENABLE_QT_TRANSLATION
QT5_PLIST_FILES=bin/${PORTNAME}-qt \
"@comment bin/${PORTNAME}-room" \