summaryrefslogtreecommitdiff
path: root/audio/freeswitch-music
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2012-10-20 12:49:35 +0000
committerdarcy <darcy@pkgsrc.org>2012-10-20 12:49:35 +0000
commit900444a6c9dd711566d212c5037067d8820afd21 (patch)
treed1114800f2ab1340824d74c978b1aad79986945d /audio/freeswitch-music
parent2972e2b050aeac557062f44cc9d49708cf61afa7 (diff)
downloadpkgsrc-900444a6c9dd711566d212c5037067d8820afd21.tar.gz
Remove fake option used in debugging.
Diffstat (limited to 'audio/freeswitch-music')
-rw-r--r--audio/freeswitch-music/options.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/freeswitch-music/options.mk b/audio/freeswitch-music/options.mk
index 8a40f1e451b..814813bc07d 100644
--- a/audio/freeswitch-music/options.mk
+++ b/audio/freeswitch-music/options.mk
@@ -1,5 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2012/10/20 12:21:39 darcy Exp $
-
+# $NetBSD: options.mk,v 1.2 2012/10/20 12:49:35 darcy Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.freeswitch
PKG_SUPPORTED_OPTIONS= freeswitch-08k freeswitch-16k freeswitch-32k freeswitch-48k
@@ -31,7 +30,7 @@ SOUND_DIRS+= 48000
INSTALLATION_DIRS+= share/freeswitch/sounds/music/48000
.endif
-.for opt in ${PKG_SUPPORTED_OPTIONS} xxx
+.for opt in ${PKG_SUPPORTED_OPTIONS}
.if !empty(PKG_OPTIONS:M${opt})
PLIST_SUBST+= ${opt}=""
.else
@@ -39,4 +38,4 @@ PLIST_SUBST+= ${opt}="@comment "
.endif
.endfor
-PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} xxx
+PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}