aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-11-20 15:12:28 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-11-20 15:13:20 +0000
commitbf47db38c1c0426c5eaea7879f5da6bacab15412 (patch)
tree9446eda01a62f0ddbe5ea8f9b3263a62d7ca8abf
parent9d3b680875b4ac07ffedc9fb36b6554f2dfcd1a6 (diff)
downloadports-bf47db38c1c0426c5eaea7879f5da6bacab15412.tar.gz
ports-bf47db38c1c0426c5eaea7879f5da6bacab15412.zip
audio/pamixer: unbreak build by providing pkgconfig
While here, adopt port Reported by: poudriere failure
-rw-r--r--audio/pamixer/Makefile4
1 files 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