Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2021 08:34:13 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8daab173840 - main - devel/kf5-kio: Remove extra CPE_VENDOR and inherit from USES=kde instead
Message-ID:  <202110180834.19I8YDmZ018027@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8daab17384060284aa79fffe457b334c96c404d

commit f8daab17384060284aa79fffe457b334c96c404d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-18 08:32:07 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-18 08:32:07 +0000

    devel/kf5-kio: Remove extra CPE_VENDOR and inherit from USES=kde instead
---
 devel/kf5-kio/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile
index fd9d4fd652b1..1086b4666aef 100644
--- a/devel/kf5-kio/Makefile
+++ b/devel/kf5-kio/Makefile
@@ -5,9 +5,8 @@ CATEGORIES=	devel kde kde-frameworks
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KF5 resource and network access abstraction
 
-USES=		cmake compiler:c++11-lib cpe desktop-file-utils \
-		gettext gnome kde:5 qt:5 ssl tar:xz
-CPE_VENDOR=	kde
+USES=		cmake compiler:c++11-lib desktop-file-utils \
+		gettext gnome kde:5 cpe qt:5 ssl tar:xz
 USE_GNOME=	libxml2 libxslt
 USE_KDE=	archive auth bookmarks codecs completion config \
 		configwidgets coreaddons crash dbusaddons guiaddons \



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