git: 7ba36133922a - main - audio/libmp3splt: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sat Sep 25 20:29:41 UTC 2021


The branch main has been updated by decke:

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

commit 7ba36133922a61d3912a21052b3e643af553a9cd
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 19:56:28 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:37 +0000

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

diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile
index 03b6dfb2f662..6debc62e9c88 100644
--- a/audio/libmp3splt/Makefile
+++ b/audio/libmp3splt/Makefile
@@ -15,11 +15,12 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-cutter --disable-doxygen_doc
-USES=		libtool pathfix pkgconfig
+USES=		cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include
+CPE_VENDOR=	libmp3splt_project
 
 OPTIONS_MULTI=	PLUGIN
 OPTIONS_MULTI_PLUGIN=	MAD FLAC VORBIS


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