git: bf47db38c1c0 - main - audio/pamixer: unbreak build by providing pkgconfig
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Nov 2023 15:13:37 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf47db38c1c0426c5eaea7879f5da6bacab15412 commit bf47db38c1c0426c5eaea7879f5da6bacab15412 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-11-20 15:12:28 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-11-20 15:13:20 +0000 audio/pamixer: unbreak build by providing pkgconfig While here, adopt port Reported by: poudriere failure --- audio/pamixer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/pamixer/Makefile b/audio/pamixer/Makefile index 91c01ddb1c39..449f1fe74ab9 100644 --- a/audio/pamixer/Makefile +++ b/audio/pamixer/Makefile @@ -2,7 +2,7 @@ PORTNAME= pamixer DISTVERSION= 1.6 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= Pulseaudio command line mixer WWW= https://github.com/cdemoulins/pamixer @@ -11,7 +11,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= cxxopts>0:devel/cxxopts LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= compiler:c++11-lang meson +USES= compiler:c++11-lang meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= cdemoulins