Changeset 34645
- Timestamp:
- 03/01/2008 02:56:25 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/math/fftw-3/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/fftw-3/Portfile
r34189 r34645 5 5 name fftw-3 6 6 version 3.1.2 7 revision 27 revision 3 8 8 categories math 9 9 platforms darwin … … 51 51 configure.cflags-append -fno-common 52 52 53 post-build { 54 system "cd ${worksrcpath} && make check" 55 } 53 test.run yes 54 test.target check 56 55 57 56 variant fortran description {uses gfortran} conflicts g95 { … … 68 67 configure.args-append --enable-fortran 69 68 } 69 70 livecheck.check regex 71 livecheck.url ${homepage} 72 livecheck.regex {FFTW ([0-9]+\.[0-9]+\.[0-9]+) is the latest}

