diff options
author | acm <acm@FreeBSD.org> | 2006-09-08 04:59:16 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-08 04:59:16 +0800 |
commit | 1e8d41d332b48946bdb829b5a8b992b06e404f23 (patch) | |
tree | 6653151805e4fe4a4a7027941953ccc9829bcf6a /math/Makefile | |
parent | 0e597849a1924075318617eb048025d1e4c127e3 (diff) | |
download | freebsd-ports-graphics-1e8d41d332b48946bdb829b5a8b992b06e404f23.tar.gz freebsd-ports-graphics-1e8d41d332b48946bdb829b5a8b992b06e404f23.tar.zst freebsd-ports-graphics-1e8d41d332b48946bdb829b5a8b992b06e404f23.zip |
- New port: math/fpc-fftw
Free Pascal interface to the FFTW3 library
Approved by: garga (mentor,implicit)
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 4213a00c2bf..e45ac542d8b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -63,6 +63,7 @@ SUBDIR += fftw3-float SUBDIR += fftw3-long SUBDIR += fityk + SUBDIR += fpc-fftw SUBDIR += freefem SUBDIR += freefem++ SUBDIR += freemat |