diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-23 00:04:11 +0800 |
commit | dd6951f125ec0dcd46ba50f18525aff648b2b706 (patch) | |
tree | 36e27cf7f49369d4bd8c5e8f58e20ad03b4da0f4 /audio/snd | |
parent | 0c93ceb4ce38aecc86b18c49eb0a22e573bb656e (diff) | |
download | freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.gz freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.tar.zst freebsd-ports-gnome-dd6951f125ec0dcd46ba50f18525aff648b2b706.zip |
- Chase lang/guile shlib bump
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index cb82b3365d95..0930a9fa2ebe 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,7 +7,7 @@ PORTNAME= snd PORTVERSION= 10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF \ http://mirror.mcx2.org/ @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-gsl .endif .if !defined(WITHOUT_GUILE) -LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile PLIST_SUB+= SCHEME="" .else CONFIGURE_ARGS+= --without-guile |