diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-23 21:08:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-23 21:08:20 +0000 |
commit | 8c1eee644282b7e44d12bc0535b62ad96b61acca (patch) | |
tree | 60ac6a713665eb85d539effb1db6fbcfa753039f /audio/festvox-us3 | |
parent | 33e5fb251e054bbe43ad1c85ef1dbd192e64153e (diff) | |
download | pkgsrc-8c1eee644282b7e44d12bc0535b62ad96b61acca.tar.gz |
Don't require exact nb revision for mbrola or the mbrolavox packages.
Take any nb revision. Bump revisions of all affected packages.
Diffstat (limited to 'audio/festvox-us3')
-rw-r--r-- | audio/festvox-us3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 8d226586669..0656666324a 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2007/06/08 18:33:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/08/23 21:08:20 joerg Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ @@ -13,8 +13,8 @@ COMMENT= MBROLA based American English male voice for festival DEPENDS+= festival>=1.4.0:../../audio/festival DEPENDS+= festlex-poslex>=1.4.0:../../audio/festlex-poslex DEPENDS+= festlex-cmu>=1.4.0:../../audio/festlex-cmu -DEPENDS+= mbrola-301hnb1:../../audio/mbrola -DEPENDS+= mbrolavox-us3-990208nb1:../../audio/mbrolavox-us3 +DEPENDS+= mbrola-301h{,nb[0-9]*}:../../audio/mbrola +DEPENDS+= mbrolavox-us3-990208{,nb[0-9]*}:../../audio/mbrolavox-us3 LICENSE= no-commercial-use |