diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-19 17:48:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-19 17:48:10 +0000 |
commit | 95dabb6e2044e2d31da61030175e8d6de7333f73 (patch) | |
tree | f268b7da6c7cc6ab376cc45e1963d8d43b0d646d /audio/sweep | |
parent | 2910223094ff27f53b513f2dd4bf313f3779b5fa (diff) | |
download | ports-95dabb6e2044e2d31da61030175e8d6de7333f73.tar.gz ports-95dabb6e2044e2d31da61030175e8d6de7333f73.zip |
Notes
Diffstat (limited to 'audio/sweep')
-rw-r--r-- | audio/sweep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index d7428df8efdc..a1a9c0a591a3 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -16,7 +16,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= A sound editor for the GNOME/GTK 1.2 desktop LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - samplerate.0:${PORTSDIR}/audio/libsamplerate \ + samplerate.1:${PORTSDIR}/audio/libsamplerate \ vorbis.3:${PORTSDIR}/audio/libvorbis \ speex.2:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/mad \ |