summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2022-05-17 17:32:40 +0000
committerkhorben <khorben@pkgsrc.org>2022-05-17 17:32:40 +0000
commitdba99f47d04602ecb996ce158a7870948b3a485e (patch)
treef9ebdf8ea12479975a298d6954ca25d8ef67d1e4 /audio
parent2e9a1b9e72cc1f6e63d29f6ffa6559424b2ecf89 (diff)
downloadpkgsrc-dba99f47d04602ecb996ce158a7870948b3a485e.tar.gz
deforaos-mixer: use DEFORAOS_CONFIGURE_MODE for the "embedded" option
Diffstat (limited to 'audio')
-rw-r--r--audio/deforaos-mixer/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/deforaos-mixer/options.mk b/audio/deforaos-mixer/options.mk
index a500fd6cb74..44cd926a3e8 100644
--- a/audio/deforaos-mixer/options.mk
+++ b/audio/deforaos-mixer/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/04/15 21:16:50 khorben Exp $
+# $NetBSD: options.mk,v 1.3 2022/05/17 17:32:40 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-mixer
PKG_SUPPORTED_OPTIONS= embedded
@@ -6,5 +6,5 @@ PKG_SUPPORTED_OPTIONS= embedded
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Membedded)
-DEFORAOS_CONFIGURE_ARGS+= -M embedded-debug
+DEFORAOS_CONFIGURE_MODE=embedded-debug
.endif