It's time to get rid of KDE4. x11/kde4 contained all applications and the desktop environment. All applications and the framework have been ported to KDE5 and are available under x11/kde-applications and devel/kf5. The desktop environment has not yet been ported and is NO LONGER available! You can't have everything. What happened here: - Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now. - Unhook x11/kde4 - Unhook meta/kde4 - Mark kmymoney as broken, update is coming. - Unhook all kde4 module consumers: - klogic - soprano - strigi - automoc - prison - qimageblitz - cagibi - libkvkontakte - akonadi - attica - libalkimia - libkfbapi - libkgapi - qoauth - kwebkitpart - grantlee - libkscreen - polkit-qt
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/06/13 16:22:52 rsadowski Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += audacious
|
|
SUBDIR += avr
|
|
SUBDIR += geda
|
|
SUBDIR += gnome
|
|
SUBDIR += gnustep
|
|
#SUBDIR += kde4
|
|
SUBDIR += lxqt
|
|
SUBDIR += mate
|
|
SUBDIR += msp430
|
|
SUBDIR += mupen64plus
|
|
SUBDIR += python3
|
|
SUBDIR += qt5
|
|
SUBDIR += tor-browser
|
|
SUBDIR += xfce
|
|
|
|
.include <bsd.port.subdir.mk>
|