diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sweep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index dd92b2ec64c3..2fcb7c0a6e04 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -7,6 +7,7 @@ PORTNAME= sweep PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A sound editor for the GNOME/GTK 1.2 desktop LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ samplerate.0:${PORTSDIR}/audio/libsamplerate \ vorbis.2:${PORTSDIR}/audio/libvorbis \ - speex.0:${PORTSDIR}/audio/speex \ + speex.1:${PORTSDIR}/audio/speex \ mad.1:${PORTSDIR}/audio/mad \ tdb.1:${PORTSDIR}/databases/tdb |