diff options
author | wiz <wiz> | 2003-06-05 20:54:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 20:54:27 +0000 |
commit | a3454880b6a87f362f2756b8cf3c5142b483c489 (patch) | |
tree | 938b4d83473416157efec1a1bf2ee5a27599c007 /audio | |
parent | ae588cec4e5dfdbcbc28f59299831c8ae4100abc (diff) | |
download | pkgsrc-a3454880b6a87f362f2756b8cf3c5142b483c489.tar.gz |
Bump PKGREVISION: does not depend on fftw any longer (via libsamplerate).
Diffstat (limited to 'audio')
-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 cb59a5b9e07..5327cd9628a 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/06/05 13:19:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/05 20:54:27 wiz Exp $ # DISTNAME= sweep-0.8.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sweep/} |