diff options
-rw-r--r-- | devel/kio-extras/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index 83169d84ac14..f73b85015a7a 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -1,6 +1,6 @@ PORTNAME= kio-extras DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,7 +9,7 @@ WWW= https://projects.kde.org/projects/kde/workspace/kio-extras LIB_DEPENDS= libtag.so:audio/taglib \ libImath.so:math/Imath \ - libkdsoap.so:www/kdsoap + libkdsoap.so:www/kdsoap@qt5 USES= cmake compiler:c++11-lib gettext gperf kde:5 \ pkgconfig qt:5 shared-mime-info shebangfix tar:xz xorg |