diff options
author | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
commit | e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067 (patch) | |
tree | 4a71319b4e635e651d3304fb7cb508b383731e30 /audio | |
parent | 2720231d402d1c25cc1ab39d123438f1b32be9f4 (diff) | |
download | freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.gz freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.zst freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.zip |
Chase math/gsl update,
bump PORTREVISION
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio/Makefile | 1 | ||||
-rw-r--r-- | audio/snd/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/p5-Audio/Makefile b/audio/p5-Audio/Makefile index 8ef3bf8ecbe..174b71ca534 100644 --- a/audio/p5-Audio/Makefile +++ b/audio/p5-Audio/Makefile @@ -7,6 +7,7 @@ PORTNAME= Audio PORTVERSION= 1.029 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 4cd2f6a8c7f..484efc3e4f7 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -7,7 +7,7 @@ PORTNAME= snd PORTVERSION= 11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ \ http://mirror.mcx2.org/ @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= --without-fftw .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --without-gsl .endif |