diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-25 04:22:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-25 04:22:08 +0000 |
commit | 7a568562a206c6673ba949eb6af0f4d06217ec9f (patch) | |
tree | 83363a01b4cca81c7fb44fb34e139c1b6b9a1325 /audio/sweep | |
parent | 7631b26e0ad2c8bba015fa7ec5f502e6fd1a672b (diff) |
Notes
Diffstat (limited to 'audio/sweep')
-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 968feaf0d15b..a3a0eee467e0 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -7,6 +7,7 @@ PORTNAME= sweep PORTVERSION= 0.8.0 +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 |