git: 8431d7f07e98 - main - audio/lame: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Sun Aug 29 11:44:58 UTC 2021


The branch main has been updated by decke:

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

commit 8431d7f07e988b87c6068956af4f32c8e86009d0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-29 11:38:02 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-29 11:38:02 +0000

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

diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index 6bae97c986f9..3c49c401b284 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -12,10 +12,11 @@ COMMENT=	Fast MP3 encoder kit
 LICENSE=		LGPL20+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake iconv libtool
+USES=		cpe gmake iconv libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-nasm --enable-mp3rtp --disable-gtktest
+CPE_VENDOR=	lame_project
 
 DOC_FILES=	API LICENSE README TODO USAGE
 


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