diff options
author | jtb <jtb@pkgsrc.org> | 2000-12-10 04:11:45 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2000-12-10 04:11:45 +0000 |
commit | e63bfb0db7b3a70a0d90d60c504963323621d096 (patch) | |
tree | eae16f7e251bd0b3ca61da3de608bd16ebd18573 /math/Makefile | |
parent | 231dffb9059a1f1e01df90834666c38fc8a46fca (diff) | |
download | pkgsrc-e63bfb0db7b3a70a0d90d60c504963323621d096.tar.gz |
Add and enable "dfftpack". Fixes PR pkg/11364 by Jason Beegan.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index cce81c95149..05b0d251ce4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/12/05 00:09:34 jtb Exp $ +# $NetBSD: Makefile,v 1.36 2000/12/10 04:11:45 jtb Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -9,6 +9,7 @@ SUBDIR += blas SUBDIR += calc SUBDIR += cassowary + SUBDIR += dfftpack SUBDIR += eispack SUBDIR += fftw SUBDIR += fftpack |