diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 22:58:37 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 22:58:37 +0800 |
commit | 7010d72b1cb1352b55a626c76bb0bfe6499e0939 (patch) | |
tree | d96742c6e7feb27a27ca610206fc5da8cd04435c /audio | |
parent | 5baea845d3005790cad3916c0af72b6f532db3cb (diff) | |
download | freebsd-ports-gnome-7010d72b1cb1352b55a626c76bb0bfe6499e0939.tar.gz freebsd-ports-gnome-7010d72b1cb1352b55a626c76bb0bfe6499e0939.tar.zst freebsd-ports-gnome-7010d72b1cb1352b55a626c76bb0bfe6499e0939.zip |
audio/midipp: remove QT5/QT4 options (Qt4 deprecation)
Approved by: portmgr (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/midipp/Makefile | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 79fceea7f174..b05d415b7962 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -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> |