Date: Mon, 20 Sep 2021 14:33:20 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: 06afd9c50ec7 - main - audio/mp3gain: Add CPE information Message-ID: <202109201433.18KEXKi4053413@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=06afd9c50ec74b2bdc67531c79879e2133a9f069 commit 06afd9c50ec74b2bdc67531c79879e2133a9f069 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-20 14:23:11 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109201433.18KEXKi4053413>