summaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-15 16:52:36 +0000
committerwiz <wiz>2016-09-15 16:52:36 +0000
commit2f7f09e6ede3811ddaea8b661db4c4338c0d911e (patch)
treed6d1a7d2d884188923ba23fcf6d320bf5253f0e9 /audio/snd
parent2d3b9ea30960daef2db9391a842b297573b28804 (diff)
downloadpkgsrc-2f7f09e6ede3811ddaea8b661db4c4338c0d911e.tar.gz
This version of snd does not support guile20, switch it back.
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/options.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/snd/options.mk b/audio/snd/options.mk
index 1a966516370..2be3860ddf6 100644
--- a/audio/snd/options.mk
+++ b/audio/snd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2016/09/15 16:52:36 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.snd
PKG_SUPPORTED_OPTIONS= esound guile
@@ -26,8 +26,7 @@ CONFIGURE_ARGS+= --without-gtk
.if !empty(PKG_OPTIONS:Mguile)
CONFIGURE_ARGS+= --with-guile
-CONFIGURE_ARGS+= GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
-.include "../../lang/guile20/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-guile
.endif