aboutsummaryrefslogtreecommitdiff
path: root/math/fftw-float
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-03-05 17:27:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-03-05 17:27:27 +0000
commita1553c81108205fc8bb818f925b301a28423ee4b (patch)
tree466eb70498b14ac6d7f267d6adb19a8d2d3b860c /math/fftw-float
parent07c305f0c69ac1c6ffe60a43c34e5f8f26a774ef (diff)
downloadports-a1553c81108205fc8bb818f925b301a28423ee4b.tar.gz
ports-a1553c81108205fc8bb818f925b301a28423ee4b.zip
- Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
FreeBSD/ia64. - Remove patch-configure.in (not needed) and remove USE_AUTOTOOLS. - Add OPTIONS_EXCLUDE=DOCS to math/fftw-float slave port. - Simplify Makefile a little. PR: ports/187274
Notes
Notes: svn path=/head/; revision=347124
Diffstat (limited to 'math/fftw-float')
-rw-r--r--math/fftw-float/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile
index c0049a967771..88288d9da003 100644
--- a/math/fftw-float/Makefile
+++ b/math/fftw-float/Makefile
@@ -1,11 +1,10 @@
# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$
-PORTREVISION= 3
-
COMMENT= Fast C routines (Single Percision)
FFTW_FLAVOR= float
MASTERDIR= ${.CURDIR}/../../math/fftw
+OPTIONS_EXCLUDE=DOCS
.include "${MASTERDIR}/Makefile"