diff options
| author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
|---|---|---|
| committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
| commit | 08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch) | |
| tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /math/fftw2 | |
| parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
| download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz | |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'math/fftw2')
| -rw-r--r-- | math/fftw2/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index e53618fab23..3450e6159db 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.22 2012/09/11 23:04:19 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 14:22:40 rodent Exp $ -DISTNAME= fftw-2.1.5 -PKGNAME= fftw2-2.1.5 -PKGREVISION= 3 -CATEGORIES= math -MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ - http://www.fftw.org/ +DISTNAME= fftw-2.1.5 +PKGNAME= fftw2-2.1.5 +PKGREVISION= 3 +CATEGORIES= math +MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ + http://www.fftw.org/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.fftw.org/ -COMMENT= Collection of fast C routines to compute DFTs +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.fftw.org/ +COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-shared USE_LANGUAGES= c fortran77 USE_TOOLS+= gmake makeinfo |
