diff options
author | trevor <trevor@FreeBSD.org> | 2005-09-24 01:45:29 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-09-24 01:45:29 +0800 |
commit | 5637e63150a9f25bfff9b146957e320121db41ca (patch) | |
tree | c63878041c93291265b0046ca0801a5b078834dd | |
parent | 8680796de949a1e276f8692b4f342026c6e7736c (diff) | |
download | freebsd-ports-gnome-5637e63150a9f25bfff9b146957e320121db41ca.tar.gz freebsd-ports-gnome-5637e63150a9f25bfff9b146957e320121db41ca.tar.zst freebsd-ports-gnome-5637e63150a9f25bfff9b146957e320121db41ca.zip |
The rpmfind sites removed the corrupted distfile, so use
MASTER_SITE_FESTIVAL_OGI again.
-rw-r--r-- | audio/festvox-ogirab/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile index d4dc2b1a66fa..b6404f9d6672 100644 --- a/audio/festvox-ogirab/Makefile +++ b/audio/festvox-ogirab/Makefile @@ -10,8 +10,7 @@ PORTNAME= festvox-ogirab PORTVERSION= 2.0 CATEGORIES= audio accessibility -MASTER_SITES= \ - ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ +MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= voice_ogirab_di-2.0 DIST_SUBDIR= festival @@ -22,10 +21,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= Unfetchable -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - RESTRICTED= no-commercial-use WRKSRC= ${WRKDIR}/festival |