diff options
Diffstat (limited to 'math/fftw2/Makefile')
-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" |