Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 11:44:57 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: 8431d7f07e98 - main - audio/lame: Add CPE information
Message-ID:  <202108291144.17TBiv4Z026023@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=8431d7f07e988b87c6068956af4f32c8e86009d0

commit 8431d7f07e988b87c6068956af4f32c8e86009d0
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-29 11:38:02 +0000
Commit:     Bernhard Froehlich <decke@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
 



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