diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /audio/snd | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) | |
download | ports-011dce24ce7dd5253f7e97aaa947acb21339dcd5.tar.gz ports-011dce24ce7dd5253f7e97aaa947acb21339dcd5.zip |
Notes
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index e44e108234ef..6eb47b8330e6 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,6 +7,7 @@ PORTNAME= snd PORTVERSION= 12.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ http://mirror.mcx2.org/ @@ -63,7 +64,7 @@ CONFIGURE_ARGS+= --without-gsl .if !defined(WITHOUT_GUILE) CONFIGURE_ARGS+= --with-guile -LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile PLIST_SUB+= SCHEME="" .else CONFIGURE_ARGS+= --without-guile |