audio/pamixer: unbreak build by providing pkgconfig
While here, adopt port Reported by: poudriere failure
This commit is contained in:
parent
9d3b680875
commit
bf47db38c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue