diff options
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 1423dae452a..af06dd37650 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/02/14 18:26:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/03 00:12:56 tv Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0.1-fma @@ -6,6 +6,7 @@ DISTNAME= fftw-3.0.1-fma DISTNAME= fftw-3.0.1 .endif PKGNAME= fftw-3.0.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ |