summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwulf <wulf>2005-10-02 12:08:37 +0000
committerwulf <wulf>2005-10-02 12:08:37 +0000
commit94513cf6c9ff07941236ffec55f885017a565217 (patch)
treef56671bb9ddba707e8dc4958a73ece451fcae51a /math
parentb54dac6730e75a3dc74d4c124cb45af5c0c4b1c3 (diff)
downloadpkgsrc-94513cf6c9ff07941236ffec55f885017a565217.tar.gz
Added and enabled fftwf: A single precision library version of math/fftw
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 9b521cb8f08..8c996c63d78 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2005/09/08 15:29:28 drochner Exp $
+# $NetBSD: Makefile,v 1.136 2005/10/02 12:08:37 wulf Exp $
#
COMMENT= Mathematics
@@ -26,6 +26,7 @@ SUBDIR+= euler
SUBDIR+= fftpack
SUBDIR+= fftw
SUBDIR+= fftw2
+SUBDIR+= fftwf
SUBDIR+= galculator
SUBDIR+= gap
SUBDIR+= gcalctool