1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

emulators/yabause: remove QT4 option (Qt4 deprecation)

- untested as marked broken

Approved by:	portmgr (implicit)
This commit is contained in:
Tobias C. Berner 2019-03-16 15:38:16 +00:00
parent cc35251bfc
commit e4a507340e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495885

View File

@ -3,7 +3,7 @@
PORTNAME= yabause
PORTVERSION= 0.9.14
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF
@ -25,17 +25,13 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= SDL2
OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI= GTK2 QT4 QT5
OPTIONS_SINGLE_GUI= GTK2 QT5
OPTIONS_DEFAULT= QT5
GTK2_LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
GTK2_USE= gnome=gtk20
GTK2_CMAKE_ON= -DYAB_PORTS:STRING=gtk
GTK2_CMAKE_OFF= -DYAB_PORTS:STRING=qt
QT4_USES= qt:4
QT4_USE= qt=corelib,gui,opengl \
qt=moc_build,qmake_build,rcc_build,uic_build
QT4_CMAKE_ON= -DQt5_FOUND:BOOL=OFF
QT5_USES= qt:5
QT5_USE= qt=core,gui,opengl \
qt=buildtools_build,qmake_build
@ -45,11 +41,6 @@ SDL2_USE_OFF= sdl=sdl
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT4}
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15
.endif
.if ${PORT_OPTIONS:MQT5}
BROKEN= does not compile
.endif