git: 1f62a545cf75 - main - audio/libaudiofile: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 19:36:26 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f62a545cf7530db5f9964cdfdb2a4b4be771b79 commit 1f62a545cf7530db5f9964cdfdb2a4b4be771b79 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 19:36:14 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 19:36:14 +0000 audio/libaudiofile: Add CPE information Approved by: portmgr (blanket) --- audio/libaudiofile/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 2ad8650945f4..2dbe94196cf2 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -17,7 +17,9 @@ LIB_DEPENDS= libFLAC.so:audio/flac CONFLICTS= osalp-0.7.* -USES= pathfix pkgconfig tar:xz libtool +USES= cpe pathfix pkgconfig tar:xz libtool +CPE_PRODUCT= audiofile + USE_LDCONFIG= yes GNU_CONFIGURE= yes