diff options
Diffstat (limited to 'math/fftw-float/Makefile')
-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" |