Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2021 07:06:29 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: c80c8ee205e7 - main - audio/libopenmpt: Add CPE information
Message-ID:  <202110070706.19776T2n053388@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=c80c8ee205e7c1f56bd9d67d49922989b4185113

commit c80c8ee205e7c1f56bd9d67d49922989b4185113
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-07 07:00:59 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-07 07:05:59 +0000

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

diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index 666e793bb646..0207926827b1 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -13,9 +13,11 @@ COMMENT=	Module music library based on OpenMPT
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lang gmake libtool pkgconfig
+USES=		compiler:c++11-lang cpe gmake libtool pkgconfig
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	openmpt
+
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--without-portaudiocpp



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