diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 16:14:08 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-09 16:14:08 +0000 |
commit | 63bdd99496108673a62312e142a5cdde220a36d3 (patch) | |
tree | 881121c578de8b436d341cf18dfca50a8bb44fdd /audio | |
parent | fd692b598e7d689e625cca4aa632cc96082e41bc (diff) | |
download | ports-63bdd99496108673a62312e142a5cdde220a36d3.tar.gz ports-63bdd99496108673a62312e142a5cdde220a36d3.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/festvox-ogirab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index 04cf08ca6e66..a66f33ef5b04 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -10,7 +10,8 @@ PORTNAME= festvox-ogirab PORTVERSION= 2.0 CATEGORIES= audio accessibility -MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} +MASTER_SITES= \ + ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ DISTNAME= voice_ogirab_di-2.0 DIST_SUBDIR= festival @@ -21,8 +22,6 @@ RUN_DEPENDS= \ ${PREFIX}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI \ ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi -BROKEN= "Checksum mismatch" - RESTRICTED= no-commercial-use WRKSRC= ${WRKDIR}/festival |