diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /audio/libsamplerate | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) | |
download | ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip |
- Chase fftw3 libver bump
Notes
Notes:
svn path=/head/; revision=162087
Diffstat (limited to 'audio/libsamplerate')
-rw-r--r-- | audio/libsamplerate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 8cf32b5f7549..8cf9faef508f 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsamplerate PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ @@ -15,10 +15,10 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - fftw3.3:${PORTSDIR}/math/fftw3 + fftw3.4:${PORTSDIR}/math/fftw3 USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-gcc-pipe |