Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2020 14:14:12 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533457 - head/devel/kio-extras
Message-ID:  <202004301414.03UEECiW034970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Thu Apr 30 14:14:11 2020
New Revision: 533457
URL: https://svnweb.freebsd.org/changeset/ports/533457

Log:
  devel/kio-extras: Add missing Xcursor dependency.
  
  Approved by:	adridg

Modified:
  head/devel/kio-extras/Makefile

Modified: head/devel/kio-extras/Makefile
==============================================================================
--- head/devel/kio-extras/Makefile	Thu Apr 30 13:49:44 2020	(r533456)
+++ head/devel/kio-extras/Makefile	Thu Apr 30 14:14:11 2020	(r533457)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kio-extras
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-applications # kde kde-applications-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -12,7 +13,7 @@ LIB_DEPENDS=	libtag.so:audio/taglib \
 		libkdsoap.so:www/kdsoap
 
 USES=		cmake compiler:c++11-lib gettext gperf kde:5 \
-		pkgconfig qt:5 shared-mime-info shebangfix tar:xz
+		pkgconfig qt:5 shared-mime-info shebangfix tar:xz xorg
 USE_KDE=	activities archive auth bookmarks codecs completion config \
 		configwidgets coreaddons crash dbusaddons dnssd doctools ecm \
 		emoticons guiaddons i18n iconthemes init itemmodels itemviews \
@@ -22,6 +23,7 @@ USE_KDE=	activities archive auth bookmarks codecs comp
 USE_QT=		concurrent core dbus declarative gui location network phonon4 printsupport \
 		sql svg testlib webchannel widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	xcursor
 SHEBANG_FILES=	info/kde-info2html
 
 # CVE-2018-19120



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004301414.03UEECiW034970>