git: 6d8314f4828d - main - audio/ncmpc: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 19:15:53 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d8314f4828dc9d29890dbec8285303995e1d978 commit 6d8314f4828dc9d29890dbec8285303995e1d978 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-05 18:50:59 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-05 19:11:45 +0000 audio/ncmpc: Add CPE information Approved by: portmgr (blanket) --- audio/ncmpc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index a0a1b319e906..8747c9340591 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -15,9 +15,11 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libmpdclient.so:audio/libmpdclient \ libpcre.so:devel/pcre -USES= compiler:c++17-lang iconv localbase:ldflags meson ncurses \ +USES= compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \ pkgconfig tar:xz +CPE_VENDOR= ncmpc_project + OPTIONS_DEFINE= COLORS DOCS LYRICS MANPAGES NLS OPTIONS_DEFAULT= COLORS LYRICS MANPAGES OPTIONS_SUB= yes