diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
commit | 077484d7160d58968db85ef7e448b8e6fccb0112 (patch) | |
tree | 07b882e94dce8917ed36ca550b360b55c150bcbc /audio/snd | |
parent | 55b052c11cfb16daf99646f3b7fb1204fb5e46a5 (diff) | |
download | freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.gz freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.zst freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.zip |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index dc0b13603f97..8437bf1c8cbb 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.9:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.10:${PORTSDIR}/lang/guile .if !defined(WITHOUT_X11) LIB_DEPENDS+= guilegtk-1.2:${PORTSDIR}/x11-toolkits/guile-gtk .endif |