diff --git a/emulators/emu64/Makefile b/emulators/emu64/Makefile index 96a1eaa6f7a6..3586cd701b1f 100644 --- a/emulators/emu64/Makefile +++ b/emulators/emu64/Makefile @@ -1,33 +1,33 @@ PORTNAME= emu64 DISTVERSION= 5.2.0 PORTREVISION= 0 CATEGORIES= emulators MAINTAINER= dinoex@FreeBSD.org COMMENT= Commodore 64 emulator WWW= https://github.com/ThKattanek/emu64 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg \ libquazip1-qt6.so:archivers/quazip -USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ qmake:outsource qt:6 sdl USE_GL= gl glu USE_QT= base 5compat tools translations USE_SDL= sdl2 image2 USE_GITHUB= yes GH_ACCOUNT= ThKattanek GH_TAGNAME= 3c636ef OPTIONS_DEFINE= DOCS .if !exists(/usr/include/omp.h) USE_GCC= yes .endif .include