diff options
author | pav <pav@FreeBSD.org> | 2012-04-03 15:59:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-04-03 15:59:34 +0800 |
commit | 4eaae91c3163f9c6d0c1c4b864c765ba4c40a286 (patch) | |
tree | 537be0d7bf17064f98493ecb6f8060a344be2542 /math/fftw | |
parent | 87665e413e918b16cedaa8f96f03533efc8e56fe (diff) | |
download | freebsd-ports-gnome-4eaae91c3163f9c6d0c1c4b864c765ba4c40a286.tar.gz freebsd-ports-gnome-4eaae91c3163f9c6d0c1c4b864c765ba4c40a286.tar.zst freebsd-ports-gnome-4eaae91c3163f9c6d0c1c4b864c765ba4c40a286.zip |
- Mark BROKEN: does not configure
===> Configuring for fftw-2.1.5_6
Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf-2.68/Autom4te/FileUtils.pm line 326.
autoreconf-2.68: failed to run aclocal: No such file or directory
*** Error code 1
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 77ac396f14e0..7533e2954084 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -18,6 +18,8 @@ PKGNAMESUFFIX= ${FFTW_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform +BROKEN= does not configure + LICENSE= GPLv2 # current flavors: default, float |