diff options
Diffstat (limited to 'x11-themes/kf5-kiconthemes/Makefile')
-rw-r--r-- | x11-themes/kf5-kiconthemes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/kf5-kiconthemes/Makefile b/x11-themes/kf5-kiconthemes/Makefile index 1263f6ba30a6..e90554eccc65 100644 --- a/x11-themes/kf5-kiconthemes/Makefile +++ b/x11-themes/kf5-kiconthemes/Makefile @@ -8,13 +8,13 @@ COMMENT= KF5 library for handling icons in applications USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= archive auth codecs config configwidgets coreaddons \ i18n itemviews widgetsaddons \ - ecm_build + ecm:build USE_QT= concurrent core dbus gui script svg widgets xml \ - buildtools_build qmake_build + buildtools:build qmake:build OPTIONS_DEFINE= ICONS OPTIONS_DEFAULT= ICONS ICONS_DESC= Install Breeze Icons -ICONS_USE= KDE=breeze-icons_run +ICONS_USE= KDE=breeze-icons:run .include <bsd.port.mk> |