diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:02:45 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:07 +0000 |
commit | cfa623f76f839b0a35a92ae302fb69b3654395f8 (patch) | |
tree | 3d56035b7e08e539245ec4d37dc481de6de57a1a | |
parent | 6d75bd1c586c6cd5a3c1b082ca3d49dc5d6f113b (diff) |
devel/kf5-kio: pet stage-qa
-rw-r--r-- | devel/kf5-kio/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile index 7fc3cb5ebb6b..f02e76038154 100644 --- a/devel/kf5-kio/Makefile +++ b/devel/kf5-kio/Makefile @@ -1,15 +1,16 @@ PORTNAME= kio DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 resource and network access abstraction USES= cmake compiler:c++11-lib desktop-file-utils \ - gettext gnome kde:5 cpe qt:5 ssl tar:xz + gettext gnome kde:5 cpe qt:5 ssl tar:xz xorg USE_GNOME= libxml2 libxslt USE_KDE= archive auth bookmarks codecs completion config \ - configwidgets coreaddons crash dbusaddons guiaddons \ + configwidgets coreaddons crash dbusaddons doctools guiaddons \ i18n iconthemes itemviews jobwidgets kded \ notifications service solid sonnet textwidgets wallet \ widgetsaddons windowsystem xmlgui \ @@ -17,5 +18,6 @@ USE_KDE= archive auth bookmarks codecs completion config \ USE_QT= concurrent core dbus declarative gui network \ script widgets x11extras xml \ buildtools_build qmake_build testlib_build +USE_XORG= x11 .include <bsd.port.mk> |