diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-23 03:32:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-23 03:32:02 +0800 |
commit | c3b44e76256bc6118cca9bf1fecf9396a1a38834 (patch) | |
tree | c139a17e4410a454cec286f8c4f842002bfbfa58 /audio | |
parent | 33a0239d040a3ef2308008a62706406513c96130 (diff) | |
download | freebsd-ports-gnome-c3b44e76256bc6118cca9bf1fecf9396a1a38834.tar.gz freebsd-ports-gnome-c3b44e76256bc6118cca9bf1fecf9396a1a38834.tar.zst freebsd-ports-gnome-c3b44e76256bc6118cca9bf1fecf9396a1a38834.zip |
- Add more mirrors to make it fetchable; unbreak
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index e0ba926351a7..5dd4c8e2b055 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -9,15 +9,16 @@ PORTNAME= gogo PORTVERSION= 2.39b PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/ +MASTER_SITES= ftp://ftp.csie.ncu.edu.tw/FreeBSD/ports/distfiles/ \ + ftp://ftp.thu.edu.tw/FreeBSD/ports/distfiles/ \ + ftp://ftp.42.org/pub/FreeBSD/distfiles/ + DISTNAME= gogo239b EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Very fast MP3 encoder using recent x86 processors' features -BROKEN= does not fetch - OPTIONS= THREADS "Use linuxthreads for increased SMP performance" off # More than version 0.98 |