1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

audio/midipp: remove QT5/QT4 options (Qt4 deprecation)

Approved by:	portmgr (implicit)
This commit is contained in:
Tobias C. Berner 2019-03-16 14:58:37 +00:00
parent 5baea845d3
commit 7010d72b1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495878

View File

@ -3,7 +3,7 @@
PORTNAME= midipp
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@ -16,26 +16,8 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
USES= qmake tar:bzip2
_USE_QT4= corelib gui moc_build network rcc_build
_USE_QT5= buildtools_build core gui network printsupport widgets
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
OPTIONS_DEFAULT= QT5
TOOLKIT_DESC= Qt toolkit
QT4_USES= qt:4
QT4_USE= ${_USE_QT4:S/^/QT=/}
QT5_USES= qt:5
QT5_USE= ${_USE_QT5:S/^/QT=/} GL=gl
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT4}
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15
.endif
USES= gl qmake qt:5 tar:bzip2
USE_GL= gl
USE_QT= buildtools_build core gui network printsupport widgets
.include <bsd.port.mk>