summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-16 21:21:17 +0000
committerwiz <wiz@pkgsrc.org>2016-07-16 21:21:17 +0000
commitb32c36ecb2623964ccd1ef80c7b57c1d4969080e (patch)
treee727bc5a6234e30a4067b914d1e7a7ceeb6101ee /audio
parent7b8ec8f190967f2916ab1a8ef7b334b16abaf603 (diff)
downloadpkgsrc-b32c36ecb2623964ccd1ef80c7b57c1d4969080e.tar.gz
Switch to guile20. Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile5
-rw-r--r--audio/snd/options.mk5
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 7a37dad9a5b..bedab0d77cb 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:31 nros Exp $
-#
+# $NetBSD: Makefile,v 1.82 2016/07/16 21:21:17 wiz Exp $
DISTNAME= snd-9.9
-PKGREVISION= 24
+PKGREVISION= 25
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/}
diff --git a/audio/snd/options.mk b/audio/snd/options.mk
index ea4a6597948..1a966516370 100644
--- a/audio/snd/options.mk
+++ b/audio/snd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2012/01/25 01:18:15 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.snd
PKG_SUPPORTED_OPTIONS= esound guile
@@ -26,7 +26,8 @@ CONFIGURE_ARGS+= --without-gtk
.if !empty(PKG_OPTIONS:Mguile)
CONFIGURE_ARGS+= --with-guile
-.include "../../lang/guile/buildlink3.mk"
+CONFIGURE_ARGS+= GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
+.include "../../lang/guile20/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-guile
.endif