aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2019-03-17 01:49:25 +0800
committertcberner <tcberner@FreeBSD.org>2019-03-17 01:49:25 +0800
commita2366e9fe8a67aaf5b831bfa032b50e0a04b162b (patch)
tree7913fa02c4c37ad3b82d59b1f4dff24a37701abc /irc
parent5e581036c04ad3d47ec955349f73edb12eef3e59 (diff)
downloadfreebsd-ports-gnome-a2366e9fe8a67aaf5b831bfa032b50e0a04b162b.tar.gz
freebsd-ports-gnome-a2366e9fe8a67aaf5b831bfa032b50e0a04b162b.tar.zst
freebsd-ports-gnome-a2366e9fe8a67aaf5b831bfa032b50e0a04b162b.zip
irc/dxirc: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit)
Diffstat (limited to 'irc')
-rw-r--r--irc/dxirc/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile
index 3c1e4e4ebd41..2744e4a41807 100644
--- a/irc/dxirc/Makefile
+++ b/irc/dxirc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dxirc
PORTVERSION= 1.30.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc ipv6
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
@@ -18,7 +18,7 @@ INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY
OPTIONS_SINGLE= GUI
-OPTIONS_SINGLE_GUI= FOX16 QT4 QT5
+OPTIONS_SINGLE_GUI= FOX16 QT5
OPTIONS_DEFAULT= LUA QT5
OPTIONS_SUB= yes
@@ -41,21 +41,9 @@ NLS_CMAKE_BOOL= WITH_NLS
NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify
-QT4_USES= qt:4
-QT4_USE= QT=corelib,gui,network \
- QT=moc_build,rcc_build,uic_build,qmake_build
-QT4_CMAKE_ON= -DQT5:BOOL=OFF
-
QT5_USES= qt:5
QT5_USE= QT=core,gui,multimedia,network,widgets \
QT=buildtools_build,qmake_build
QT5_CMAKE_ON= -DQT5:BOOL=ON
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
-
.include <bsd.port.mk>