Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 20:29:41 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: 7ba36133922a - main - audio/libmp3splt: Add CPE information
Message-ID:  <202109252029.18PKTfwg053627@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=7ba36133922a61d3912a21052b3e643af553a9cd

commit 7ba36133922a61d3912a21052b3e643af553a9cd
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-25 19:56:28 +0000
Commit:     Bernhard Froehlich <decke@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



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