diff options
author | arved <arved@FreeBSD.org> | 2004-08-22 20:25:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-22 20:25:36 +0800 |
commit | f6332e6b7472bdec2a3b26ee475b98b4c82d44c6 (patch) | |
tree | b4541ae8bf66bb1fb9dbe57e46dfc082c7177a92 /math | |
parent | f4c3b16bd337ad20a1613b90eafe5fba0fcdebe4 (diff) | |
download | freebsd-ports-gnome-f6332e6b7472bdec2a3b26ee475b98b4c82d44c6.tar.gz freebsd-ports-gnome-f6332e6b7472bdec2a3b26ee475b98b4c82d44c6.tar.zst freebsd-ports-gnome-f6332e6b7472bdec2a3b26ee475b98b4c82d44c6.zip |
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 |