summaryrefslogtreecommitdiff
path: root/audio/gmpc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-23 13:05:19 +0000
committerrillig <rillig@pkgsrc.org>2020-05-23 13:05:19 +0000
commit338dd09a62aca4263ab7d3cb011c8c84a83044cf (patch)
tree0615ff9a3af157551189292e00ab17b7933d1370 /audio/gmpc
parentf168cfb7739e750c942094b1130289462a8b4794 (diff)
downloadpkgsrc-338dd09a62aca4263ab7d3cb011c8c84a83044cf.tar.gz
audio/gmpc: remove unknown configure option
Diffstat (limited to 'audio/gmpc')
-rw-r--r--audio/gmpc/options.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/gmpc/options.mk b/audio/gmpc/options.mk
index fa9596b791f..8e58af6a37f 100644
--- a/audio/gmpc/options.mk
+++ b/audio/gmpc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2013/10/01 16:03:30 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/23 13:05:19 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gmpc
PKG_SUPPORTED_OPTIONS= mac xspf
@@ -10,9 +10,6 @@ PKG_SUPPORTED_OPTIONS= mac xspf
###
.if !empty(PKG_OPTIONS:Mmac)
.include "../../audio/mac/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-macige
-.else
-CONFIGURE_ARGS+= --disable-macige
.endif
###