git: a27f84839ed2 - main - audio/mp3splt: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:52 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=a27f84839ed2cf080cd145f6b474bca18dc19d32 commit a27f84839ed2cf080cd145f6b474bca18dc19d32 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:49:01 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:44 +0000 audio/mp3splt: Add CPE information Approved by: portmgr (blanket) --- audio/mp3splt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index d0134c474c73..904a25965b89 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -13,10 +13,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libltdl.so:devel/libltdl -USES= pkgconfig +USES= cpe pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oggsplt_symlink +CPE_VENDOR= mp3splt_project + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib