diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /math/fftw2 | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'math/fftw2')
-rw-r--r-- | math/fftw2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile index 2803a9b1247..431f9a8d242 100644 --- a/math/fftw2/Makefile +++ b/math/fftw2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/19 11:11:31 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/31 16:47:48 minskim Exp $ DISTNAME= fftw-2.1.5 PKGNAME= fftw2-2.1.5 @@ -10,6 +10,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared .if ${MACHINE_ARCH} == "i386" |