git: 06afd9c50ec7 - main - audio/mp3gain: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 20 14:33:21 UTC 2021


The branch main has been updated by decke:

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

commit 06afd9c50ec74b2bdc67531c79879e2133a9f069
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-20 14:23:11 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-20 14:23:11 +0000

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

diff --git a/audio/mp3gain/Makefile b/audio/mp3gain/Makefile
index 997b49da8f6d..da1005f42892 100644
--- a/audio/mp3gain/Makefile
+++ b/audio/mp3gain/Makefile
@@ -13,10 +13,12 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libmpg123.so:audio/mpg123
 
-USES=		zip gmake uidfix
+USES=		zip cpe gmake uidfix
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+CPE_VENDOR=	mp3gain_project
+
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/mp3gain
 


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