diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-23 04:21:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-23 04:21:33 +0000 |
commit | 9eee502ed98d555a942cb523fec16758556e348a (patch) | |
tree | 1456124585348653ce08749a3684390f76945b54 /math/fftw | |
parent | 8c1170628f2fe6e2d235b7fc9783ab5463f7a3d9 (diff) | |
download | pkgsrc-9eee502ed98d555a942cb523fec16758556e348a.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 0ff2f5f9519..6d3750c5184 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/01/12 15:32:01 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/02/23 04:21:33 minskim Exp $ .if (${MACHINE_ARCH} == "powerpc") DISTNAME= fftw-3.0.1-fma @@ -15,6 +15,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= fftw.pc.in GNU_CONFIGURE= yes |