diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /math/fftw3/Makefile | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) |
Notes
Diffstat (limited to 'math/fftw3/Makefile')
-rw-r--r-- | math/fftw3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index eb4b1a741c26..815d0db687b2 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -18,6 +18,7 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE GNU_CONFIGURE= yes USE_GMAKE= yes +INSTALLS_SHLIBS= yes .if ${ARCH} == "i386" CONFIGURE_ARGS= --enable-i386-hacks |