diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:17:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:17:55 +0000 |
commit | 591244e0227f1d03dcded131ae426612bcb1a3da (patch) | |
tree | 8fbece08f3980e498168c41f4111011921786166 /audio/sweep | |
parent | Update to 1.0.4 (diff) |
Chase libraries for new audio/speex version.
Notes
Notes:
svn path=/head/; revision=114484
Diffstat (limited to 'audio/sweep')
-rw-r--r-- | audio/sweep/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index a1a9c0a591a3..544c840baa38 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -7,7 +7,7 @@ PORTNAME= sweep PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,7 @@ COMMENT= A sound editor for the GNOME/GTK 1.2 desktop LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ vorbis.3:${PORTSDIR}/audio/libvorbis \ - speex.2:${PORTSDIR}/audio/speex \ + speex.3:${PORTSDIR}/audio/speex \ mad.2:${PORTSDIR}/audio/mad \ tdb.1:${PORTSDIR}/databases/tdb |