fftw: gcc-fortran is unnecessary for building.

This commit is contained in:
Juan RP 2015-05-07 09:19:16 +02:00
parent 4b84ae0dab
commit d220f70ee9
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'fftw' # Template file for 'fftw'
pkgname=fftw pkgname=fftw
version=3.3.4 version=3.3.4
revision=2 revision=3
hostmakedepends="libtool automake gcc-fortran" hostmakedepends="libtool automake"
short_desc="Library for computing the discrete Fourier transform (DFT)" short_desc="Library for computing the discrete Fourier transform (DFT)"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"