git: e08ae73f6e9b - main - audio/amarok: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:57 UTC 2021


The branch main has been updated by decke:

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

commit e08ae73f6e9b95e9dbfd8fe9f7552d09c4d693ce
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:53:17 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:38 +0000

    audio/amarok: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 audio/amarok/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index 7e60be0e3f64..50c6c09340cf 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libtag-extras.so:audio/taglib-extras \
 		liblz4.so:archivers/liblz4
 
-USES=		cmake compiler:c++11-lang desktop-file-utils \
+USES=		cmake compiler:c++11-lang cpe desktop-file-utils \
 		kde:5 mysql:client,embedded pkgconfig qca qt:5 shebangfix ssl xorg
 
 USE_QT=		core concurrent declarative dbus gui location network phonon4 \
@@ -36,6 +36,8 @@ USE_KDE=	archive auth attica bookmarks codecs config configwidgets \
 USE_XORG=	ice sm x11 xext
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	kde
+
 KDE_INVENT=	3e11ccdd1417e70486eaaa84d8475182eec44c20 multimedia
 
 CONFIGURE_ENV=	MYSQL_DIR=${LOCALBASE}


More information about the dev-commits-ports-main mailing list