diff options
author | mrg <mrg@pkgsrc.org> | 2006-08-23 02:33:56 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2006-08-23 02:33:56 +0000 |
commit | 4b8b6d2d8bfba772036697962016412061968796 (patch) | |
tree | 8d107245384b27c2e89443a727ba593ebc5ca36d /audio/shntool | |
parent | c404a790d083a2b135828c40bd09317c3b6b957c (diff) | |
download | pkgsrc-4b8b6d2d8bfba772036697962016412061968796.tar.gz |
oops. flac can be found in ../../audio/flac, not ../../audio/shorten.
also, set the MAINTAINER as pkgsrc-users@netbsd.org instead of the
maintainer of audio/shorten.
Diffstat (limited to 'audio/shntool')
-rw-r--r-- | audio/shntool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index 799672b37b1..b57f1426ae4 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/23 02:33:56 mrg Exp $ # DISTNAME= shntool-2.0.3 CATEGORIES= audio archivers MASTER_SITES= http://www.etree.org/shnutils/shntool/source/ -MAINTAINER= ben@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.etree.org/shnutils/shntool/ COMMENT= Lossless audio compressor wrapper tool @@ -13,9 +13,9 @@ LICENSE= no-commercial-use GNU_CONFIGURE= YES -# could also support: wav, OFR, LPAC and APE. +# could also support: "WV" (is this not wav?), OFR, LPAC and APE. DEPENDS+= shorten>=3.6.0:../../audio/shorten -DEPENDS+= flac>=1.1.0:../../audio/shorten +DEPENDS+= flac>=1.1.0:../../audio/flac DEPENDS+= sox>=12.17.4:../../audio/sox .include "../../mk/bsd.pkg.mk" |