diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-22 12:25:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-22 12:25:36 +0000 |
commit | 817a74f5a966a0555c5fb2a0d00442cb9751cf78 (patch) | |
tree | ec3944a75c7d6f16e19d59050635b263586751bc /math | |
parent | Rename ARCH to OPSYS to fix build on amd64 (diff) |
Needs perl to build
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 2db49e43d7e1..dd44fee64eac 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_INC_LIBTOOL_VER=15 USE_GNOME= gnomehack gnomeprefix gnometarget lthack pkgconfig USE_REINPLACE= yes +USE_PERL5_BUILD=yes INSTALLS_SHLIB= yes MAN1= fftw-wisdom-to-conf.1 fftw-wisdom.1 fftwf-wisdom.1 |