diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /math/fftw | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'math/fftw')
-rw-r--r-- | math/fftw/Makefile | 4 | ||||
-rw-r--r-- | math/fftw/pkg-plist | 2 |
2 files changed, 4 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 diff --git a/math/fftw/pkg-plist b/math/fftw/pkg-plist index f86714d348a6..abe07aa51d05 100644 --- a/math/fftw/pkg-plist +++ b/math/fftw/pkg-plist @@ -1,9 +1,11 @@ %%DEF%%include/fftw.h %%DEF%%include/rfftw.h lib/lib%%FFTW_SUFX%%fftw.a +lib/lib%%FFTW_SUFX%%fftw.la lib/lib%%FFTW_SUFX%%fftw.so lib/lib%%FFTW_SUFX%%fftw.so.2 lib/lib%%FFTW_SUFX%%rfftw.a +lib/lib%%FFTW_SUFX%%rfftw.la lib/lib%%FFTW_SUFX%%rfftw.so lib/lib%%FFTW_SUFX%%rfftw.so.2 %%DEF%%%%PORTDOCS%%%%DOCSDIR%%/fftw.ps |