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 | 35c5f2d17d4ed9c1be1c6953003889c2e55ea0bd (patch) | |
tree | 1456124585348653ce08749a3684390f76945b54 /math | |
parent | ff87c70d933fc12b3b3ebd297b2e3a5aad50e407 (diff) | |
download | pkgsrc-35c5f2d17d4ed9c1be1c6953003889c2e55ea0bd.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'math')
-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 |