aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-03-29 01:12:27 +0000
committerWen Heping <wen@FreeBSD.org>2010-03-29 01:12:27 +0000
commit6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch)
tree30905f5c5ec570d5180cc95b3ca4699a84635835 /audio
parentd53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff)
downloadports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz
ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.zip
- Bump PORTREVISION to chase the update of math/gsl
Notes
Notes: svn path=/head/; revision=251666
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index ed49a4a900a6..6e3f7b1e59a7 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snd
PORTVERSION= 11.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \
http://mirror.mcx2.org/
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-fftw
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif