From 4fd0a4b1c1c3f2cb1454e156e26774835885d347 Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Mon, 9 May 2011 16:42:27 +0000 Subject: Update math/gsl to 1.15, and adjust PORTREVISION and LIB_DEPENDS of dependent ports --- audio/snd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/snd') 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 -- cgit v1.2.3