audio/pamixer: unbreak build by providing pkgconfig

While here, adopt port

Reported by:	poudriere failure
This commit is contained in:
Dima Panov 2023-11-20 18:12:28 +03:00
parent 9d3b680875
commit bf47db38c1
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29

View file

@ -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