diff options
author | jtb <jtb@pkgsrc.org> | 2000-11-28 02:20:39 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-11-28 02:20:39 +0000 |
commit | ec4e59c858d68571783e217608d15e3afef4993b (patch) | |
tree | f84241b35d4064689fc20e853f817429fa5c7f08 /math | |
parent | dd3670b3516a367f90421d0f3d2edb3206ad77a6 (diff) | |
download | pkgsrc-ec4e59c858d68571783e217608d15e3afef4993b.tar.gz |
Add and enable "fftpack". Fixes PR pkg/11368 by Jason Beegan.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index b693b2cde7f..6e7fe9f1a14 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/11/28 00:31:14 jtb Exp $ +# $NetBSD: Makefile,v 1.31 2000/11/28 02:20:39 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -10,6 +10,7 @@ SUBDIR += calc SUBDIR += cassowary SUBDIR += fftw + SUBDIR += fftpack SUBDIR += geg SUBDIR += gnumeric SUBDIR += grace |