aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-09-24 07:29:28 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-09-24 15:09:09 +0000
commit4d10eef66bb959ed0433df9e065458af4c325552 (patch)
treec479c0b479d95640ecc4e019cb72e4f58284a8f0 /audio
parent6ae8585b1e25383a713d1c23ab1d9b34079c37f6 (diff)
downloadports-4d10eef66bb959ed0433df9e065458af4c325552.tar.gz
ports-4d10eef66bb959ed0433df9e065458af4c325552.zip
x11-toolkits/qt5-declarative: split out 'test' parts into new port
kde@ has been focused recently on reducing the load of "unnecessary" runtime dependencies, to allow third party distributions to have a leaner installation. One part of this effort was to make qt5-testlib a "build only" dependency. Unfortunately, parts of qt5-declarative link against testlib (to provide test functionality for declarative parts). This lead to an unfortunate loop of pkg-autoremove removing testlib, and then pkg-update adding it again (as it was an improperly registered dependency). This change splits out the "test"-parts into its own port. Thereby making testlib not even a required build-time dependency for x11-toolkits/qt5-delcarative. Reported by: jrm Differential Revision: https://reviews.freebsd.org/D32097
Diffstat (limited to 'audio')
-rw-r--r--audio/elisa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/elisa/Makefile b/audio/elisa/Makefile
index 6000e8cd4044..8cffe385129d 100644
--- a/audio/elisa/Makefile
+++ b/audio/elisa/Makefile
@@ -14,9 +14,9 @@ USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons filemetadata i18n iconthemes itemviews \
jobwidgets kcmutils kdeclarative kio kirigami2 package \
service solid widgetsaddons windowsystem xmlgui
-USE_QT= buildtools_build qmake_build testlib_build \
- concurrent core dbus declarative gui multimedia network \
- quickcontrols2 sql svg widgets xml
+USE_QT= concurrent core dbus declarative gui multimedia network \
+ quickcontrols2 sql svg widgets xml \
+ buildtools_build declarative-test_build qmake_build testlib_build
OPTIONS_DEFINE= DOCS VLC
OPTIONS_DEFAULT= DOCS VLC