diff options
Diffstat (limited to 'math/fftwf/Makefile')
-rw-r--r-- | math/fftwf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftwf/Makefile b/math/fftwf/Makefile index 1f161ec699c..fc6bca9f071 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2012/09/11 23:04:19 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/03 21:56:36 wiz Exp $ DISTNAME= fftw-3.3.2 PKGNAME= ${DISTNAME:C/fftw/fftwf/} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ |