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-us1 | |
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-us1')
-rw-r--r-- | audio/festvox-us1/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index 434f19e897a..a12dcfaa1fb 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2007/06/08 18:33:09 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/08/23 21:08:20 joerg Exp $ DISTNAME= festvox_us1 PKGNAME= festvox-us1-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 female 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-us1-980512nb1:../../audio/mbrolavox-us1 +DEPENDS+= mbrola-301h{,nb[0-9]*}:../../audio/mbrola +DEPENDS+= mbrolavox-us1-980512{,nb[0-9]*}:../../audio/mbrolavox-us1 LICENSE= no-commercial-use |