aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-02 11:29:26 +0800
committermarcus <marcus@FreeBSD.org>2003-05-02 11:29:26 +0800
commitf2957143a59075805ac0945e29236840562c899e (patch)
treedbff97e68227244263f74e0a9e69ed4d65993552 /audio
parentbbf81f184024ecfffb954b8ca295ab5ab167b742 (diff)
downloadfreebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.gz
freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.tar.zst
freebsd-ports-gnome-f2957143a59075805ac0945e29236840562c899e.zip
Chase guile's shared lib version.
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index e36126b50e2e..794c77ca4aa1 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -31,7 +31,7 @@ WITHOUT_GTKEXTRA= yes
LIB_DEPENDS+= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra
.endif
.if !defined(WITHOUT_GUILE)
-LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk
.endif