summaryrefslogtreecommitdiff
path: root/audio/shntool
diff options
context:
space:
mode:
authormrg <mrg>2006-08-23 02:33:56 +0000
committermrg <mrg>2006-08-23 02:33:56 +0000
commit455081c1fe8ec9608e141f47a3790f18ce08bce1 (patch)
tree8d107245384b27c2e89443a727ba593ebc5ca36d /audio/shntool
parent9982a3f5ca141c3d6cccef57a161c995a8f735d2 (diff)
downloadpkgsrc-455081c1fe8ec9608e141f47a3790f18ce08bce1.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/Makefile8
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"