diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-05-20 11:57:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-05-20 11:57:44 +0800 |
commit | 937c652bbca4aeefb815f42c252d58700441a811 (patch) | |
tree | d2ada5802b4a45f95add70483ada089e9d1e3f8e /audio/rsynth/Makefile | |
parent | a5537be1c09c6afc3b652d23cc39d68f7997eeee (diff) | |
download | freebsd-ports-gnome-937c652bbca4aeefb815f42c252d58700441a811.tar.gz freebsd-ports-gnome-937c652bbca4aeefb815f42c252d58700441a811.tar.zst freebsd-ports-gnome-937c652bbca4aeefb815f42c252d58700441a811.zip |
- extend MASTER_SITES
Guest login on first site does not work with fetch
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 21323e0dccbd..7d2402309c58 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -5,12 +5,12 @@ PORTNAME= rsynth PORTVERSION= 2.0 PORTREVISION= 4 CATEGORIES= audio accessibility -MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ +MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \ + ftp://ftp.enst.fr/pub/unix/multimedia/ MAINTAINER= ports@FreeBSD.org COMMENT= Speech synthesizer -BROKEN= Unfetchable LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libaudio.so:${PORTSDIR}/audio/nas |