diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-05 23:08:03 +0000 |
commit | 5911def8168a758ff36655bdfb061b58eb52ff1c (patch) | |
tree | 55f8bf20a2509b6bfbeff866e548573d549d538e /math/fftwf/Makefile | |
parent | 2c6401a1061bb894c594273db42efd205d73bedc (diff) | |
download | pkgsrc-5911def8168a758ff36655bdfb061b58eb52ff1c.tar.gz |
Recursive revision bump / recommended bump for gettext ABI change.
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 3f38529e592..0a241e6aca7 100644 --- a/math/fftwf/Makefile +++ b/math/fftwf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/02 12:06:42 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:01 joerg 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= fftwf-3.0.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ |