diff options
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r-- | math/fftw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 8980120e7806..ed0f5b04dbd2 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -7,7 +7,7 @@ PORTNAME= fftw PORTVERSION= 2.1.5 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ @@ -24,7 +24,7 @@ FFTW_SUFIX= USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared |