Sat Jul 16 21:21:17 2016 UTC ()
Switch to guile20. Bump PKGREVISION.


(wiz)
diff -r1.81 -r1.82 pkgsrc/audio/snd/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/snd/options.mk

cvs diff -r1.81 -r1.82 pkgsrc/audio/snd/Makefile (expand / switch to context diff)
--- pkgsrc/audio/snd/Makefile 2016/04/20 12:10:31 1.81
+++ pkgsrc/audio/snd/Makefile 2016/07/16 21:21:17 1.82
@@ -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/}
 

cvs diff -r1.4 -r1.5 pkgsrc/audio/snd/options.mk (expand / switch to context diff)
--- pkgsrc/audio/snd/options.mk 2012/01/25 01:18:15 1.4
+++ pkgsrc/audio/snd/options.mk 2016/07/16 21:21:17 1.5
@@ -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 @@
 
 .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