diff options
-rw-r--r-- | math/fftw3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 9a2349fadf24..64d250181b49 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 3.0.1 PORTREVISION?= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ \ - ftp://theory.lcs.mit.edu/pub/fftw/ \ - ftp://pm.cse.rmit.edu.au/pub/dsp/fftw/ + http://www.fftw.org/ PKGNAMESUFFIX= ${FFTW3_PKGNAMESUFFIX} DISTNAME= fftw-${PORTVERSION} |