mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
x11/kf5-plasma-framework: remove unnecessary dependency on QtScript
Removed in [1] upstream.
[1] d405378219
This commit is contained in:
parent
8b75ddb00d
commit
07e74c3a4e
1 changed files with 11 additions and 9 deletions
|
@ -1,20 +1,22 @@
|
||||||
PORTNAME= plasma-framework
|
PORTNAME= plasma-framework
|
||||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11 kde kde-frameworks
|
CATEGORIES= x11 kde kde-frameworks
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KF5 plugin based UI runtime used to write user interfaces
|
COMMENT= KF5 plugin based UI runtime used to write user interfaces
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg
|
USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 \
|
||||||
|
tar:xz xorg
|
||||||
USE_GL= egl gl
|
USE_GL= egl gl
|
||||||
USE_KDE= activities archive auth codecs completion config \
|
USE_KDE= activities archive auth codecs completion config configwidgets \
|
||||||
configwidgets coreaddons dbusaddons doctools:build globalaccel \
|
coreaddons dbusaddons globalaccel guiaddons i18n iconthemes \
|
||||||
guiaddons i18n iconthemes jobwidgets kirigami2 kio package \
|
jobwidgets kdeclarative kio kirigami2 notifications package \
|
||||||
notifications service solid wayland windowsystem xmlgui kdeclarative \
|
service solid wayland widgetsaddons windowsystem xmlgui \
|
||||||
widgetsaddons \
|
doctools:build ecm:build
|
||||||
ecm:build
|
USE_QT= concurrent core dbus declarative gui network sql svg widgets \
|
||||||
USE_QT= buildtools:build concurrent core dbus declarative gui network qmake:build \
|
x11extras xml \
|
||||||
script sql svg widgets x11extras xml
|
buildtools:build qmake:build
|
||||||
USE_XORG= ice sm x11 xcb xext xrandr
|
USE_XORG= ice sm x11 xcb xext xrandr
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue