aboutsummaryrefslogtreecommitdiff
path: root/audio/snd/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2013-08-26 16:06:37 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2013-08-26 16:06:37 +0000
commit6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch)
tree347697fba4162ae0c60ff32a1a87d6d7f894c389 /audio/snd/Makefile
parent3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff)
downloadports-6c4fa199d028f22e1f32896f15cbafd93ed40845.tar.gz
ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.zip
Notes
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r--audio/snd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index db975be103b3..135d1e221eed 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= snd
PORTVERSION= 13.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \
http://mirror.mcx2.org/
@@ -42,7 +43,7 @@ CONFIGURE_ARGS+= --without-fftw
.endif
.if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif