aboutsummaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:22:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-01 06:22:42 +0000
commit1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch)
treeaba890b3ec1e40031b28d4758c9d11e88d6b0713 /audio/snd
parent11b729ede3a1605656fc675e0ccb6be86b9c130b (diff)
downloadports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.tar.gz
ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.zip
Chase libguile shared lib version.
Notes
Notes: svn path=/head/; revision=208243
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index be67fa41d435..5872b9bb161d 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snd
PORTVERSION= 7.8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -71,7 +71,7 @@ RUN_DEPENDS+= ruby:${PORTSDIR}/lang/ruby18
.endif
.if !defined(WITHOUT_GUILE)
-LIB_DEPENDS+= guile.15:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.18:${PORTSDIR}/lang/guile
.if !defined(WITHOUT_X11)
LIB_DEPENDS+= guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk
.endif