diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-05 17:27:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-05 17:27:27 +0000 |
commit | a1553c81108205fc8bb818f925b301a28423ee4b (patch) | |
tree | 466eb70498b14ac6d7f267d6adb19a8d2d3b860c /math/fftw-float | |
parent | 07c305f0c69ac1c6ffe60a43c34e5f8f26a774ef (diff) |
Notes
Diffstat (limited to 'math/fftw-float')
-rw-r--r-- | math/fftw-float/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile index c0049a967771..88288d9da003 100644 --- a/math/fftw-float/Makefile +++ b/math/fftw-float/Makefile @@ -1,11 +1,10 @@ # Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -PORTREVISION= 3 - COMMENT= Fast C routines (Single Percision) FFTW_FLAVOR= float MASTERDIR= ${.CURDIR}/../../math/fftw +OPTIONS_EXCLUDE=DOCS .include "${MASTERDIR}/Makefile" |