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 | 7f71cb65ac7425aafc4d57ec0d133709c9ef0ebb (patch) | |
tree | 60ac6a713665eb85d539effb1db6fbcfa753039f /audio/festvox-us2 | |
parent | a6c2f93985da363f503bae68b72f6d936b068ed0 (diff) | |
download | pkgsrc-7f71cb65ac7425aafc4d57ec0d133709c9ef0ebb.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-us2')
-rw-r--r-- | audio/festvox-us2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index 136b14b05a9..b15fbe253f4 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/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_us2 PKGNAME= festvox-us2-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 Americal 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-us2-980812nb1:../../audio/mbrolavox-us2 +DEPENDS+= mbrola-301h{,nb[0-9]*}:../../audio/mbrola +DEPENDS+= mbrolavox-us2-980812{,nb[0-9]*}:../../audio/mbrolavox-us2 LICENSE= no-commercial-use |