Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 19:15:52 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: a27f84839ed2 - main - audio/mp3splt: Add CPE information
Message-ID:  <202110051915.195JFqqD075802@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=a27f84839ed2cf080cd145f6b474bca18dc19d32

commit a27f84839ed2cf080cd145f6b474bca18dc19d32
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:49:01 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:44 +0000

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

diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index d0134c474c73..904a25965b89 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -13,10 +13,12 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libmp3splt.so:audio/libmp3splt \
 		libltdl.so:devel/libltdl
 
-USES=		pkgconfig
+USES=		cpe pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-oggsplt_symlink
 
+CPE_VENDOR=	mp3splt_project
+
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



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