diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-03-24 04:14:22 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-03-24 04:14:22 +0800 |
commit | 653d80f94a3b795cde0ef5ae0e10f04b1252f259 (patch) | |
tree | 77f02b74125abbb937b3675862dfd5c75aa20858 /math/gsl | |
parent | 61a328c0fd2a4ea860f02c66fc7253c77dd1f447 (diff) | |
download | freebsd-ports-gnome-653d80f94a3b795cde0ef5ae0e10f04b1252f259.tar.gz freebsd-ports-gnome-653d80f94a3b795cde0ef5ae0e10f04b1252f259.tar.zst freebsd-ports-gnome-653d80f94a3b795cde0ef5ae0e10f04b1252f259.zip |
o) Fix libtool usage (see PR)
o) Upgrade fftw (bugfix release: 2.1.3 -> 2.1.4)
PR: 47581
Submitted by: Sergey Aleshin <asg@rcd.ru>
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 057760a39ac2..73c3ac14c605 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= vlad@reid.ru COMMENT= The GNU Scientific Library - mathematical libs +USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |