summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-16 21:21:17 +0000
committerwiz <wiz>2016-07-16 21:21:17 +0000
commit017a7d61a470c456b1f3d937c19674a41183e3b6 (patch)
treed2b5abb5eda671c68458cabc06c5c932a7925d56 /audio
parentbb397801cfb1b55d95fb95487a808ae760b04d65 (diff)
downloadpkgsrc-017a7d61a470c456b1f3d937c19674a41183e3b6.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