aboutsummaryrefslogtreecommitdiff
path: root/audio/libsamplerate/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-19 17:43:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-19 17:43:17 +0000
commitf30a19cf6d9c64733432b4908018004760d86de5 (patch)
tree98b19c0bb628d800655f408b77781b9c307ef479 /audio/libsamplerate/Makefile
parente90957274c9a2fc397e9386ab0b28ca5ab3420bb (diff)
downloadports-f30a19cf6d9c64733432b4908018004760d86de5.tar.gz
ports-f30a19cf6d9c64733432b4908018004760d86de5.zip
Notes
Diffstat (limited to 'audio/libsamplerate/Makefile')
-rw-r--r--audio/libsamplerate/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile
index 9cfe6606cf55..cb8a9cd2c807 100644
--- a/audio/libsamplerate/Makefile
+++ b/audio/libsamplerate/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libsamplerate
-PORTVERSION= 0.0.15
-PORTREVISION= 1
+PORTVERSION= 0.1.1
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/SRC/
@@ -15,9 +14,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
- fftw.2:${PORTSDIR}/math/fftw
+ fftw3.3:${PORTSDIR}/math/fftw3
-USE_GNOME= gnomehack gnometarget pkgconfig
+USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_INC_LIBTOOL_VER= 13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"