aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
commit4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch)
tree1b932c4555183e30779ab5f4c3093442aaa0b57e /audio
parent99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff)
downloadports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.tar.gz
ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-Audio/Makefile2
-rw-r--r--audio/snd/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile
index 174b71ca5345..511de91d18d1 100644
--- a/audio/p5-Audio/Makefile
+++ b/audio/p5-Audio/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Audio
PORTVERSION= 1.029
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 2343172365a4..4984b0b7b57a 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= snd
PORTVERSION= 12.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \
http://mirror.mcx2.org/
@@ -56,7 +57,7 @@ CONFIGURE_ARGS+= --without-fftw
.endif
.if !defined(WITHOUT_GSL)
-LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif