diff options
Diffstat (limited to 'emulators/mame/Makefile')
-rw-r--r-- | emulators/mame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index efc42f5625c8..31f5ac04de9c 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -27,7 +27,7 @@ GH_ACCOUNT= mamedev GH_PROJECT= mame # explicit (master port) GH_TAGNAME= mame${PORTVERSION:S/.//} USE_GL= gl -USE_QT= buildtools core gui qmake_build widgets +USE_QT= buildtools core gui qmake:build widgets USE_SDL= sdl2 ttf2 USE_XORG= x11 xext xi xinerama xrender |