diff options
author | bf <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 1851b95b9492315bfd099d4f65c9edda47271bb4 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /audio/snd | |
parent | d20958189a812014914778007f4aabed5f350cea (diff) | |
download | FreeBSD-ports-1851b95b9492315bfd099d4f65c9edda47271bb4.zip FreeBSD-ports-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.gz |
Update math/gsl to 1.16 and adjust some dependent ports
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 db975be..135d1e2 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 |