aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-11 15:12:06 +0000
commit2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch)
tree869b3f75a9d45c170b75fcadb287834b56f72181 /math
parentd74ec151602e0abbb6b4eaf00038e0746eae1949 (diff)
downloadports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz
ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/asymptote/Makefile3
-rw-r--r--math/freefem++/Makefile4
-rw-r--r--math/labplot/Makefile4
-rw-r--r--math/ruby-fftw3/Makefile3
4 files changed, 8 insertions, 6 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index d7ff36393f99..d65c5daf4269 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asymptote
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nivit@email.it
COMMENT= A powerful script-based vector graphics language
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
BUILD_DEPENDS= ${NOEXISTENT}:${PORTSDIR}/devel/boehm-gc:fetch \
convert:${PORTSDIR}/graphics/ImageMagick \
latex:${PORTSDIR}/print/teTeX \
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile
index 95b0f1e6f0b6..1fab4fe9b783 100644
--- a/math/freefem++/Makefile
+++ b/math/freefem++/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freefem++
PORTVERSION= 2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= http://www.freefem.org/ff++/ftp/
@@ -19,7 +19,7 @@ LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \
gsl.9:${PORTSDIR}/math/gsl \
lapack.3:${PORTSDIR}/math/lapack \
fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \
- fftw3.3:${PORTSDIR}/math/fftw3
+ fftw3.4:${PORTSDIR}/math/fftw3
BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \
${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \
convert:${PORTSDIR}/graphics/ImageMagick \
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index a86ba6cc76dc..176ce6c9eb17 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= LabPlot
PORTVERSION= 1.5.0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=labplot
@@ -20,7 +20,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
gsl.9:${PORTSDIR}/math/gsl \
jasper.4:${PORTSDIR}/graphics/jasper \
- fftw3.3:${PORTSDIR}/math/fftw3 \
+ fftw3.4:${PORTSDIR}/math/fftw3 \
netcdf:${PORTSDIR}/science/netcdf \
qwtplot3d.0:${PORTSDIR}/math/qwtplot3d
RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile
index baca1b6e269b..948fc2451a30 100644
--- a/math/ruby-fftw3/Makefile
+++ b/math/ruby-fftw3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fftw3
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= math ruby
MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-fftw3/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
COMMENT= A Ruby interface to the FFTW ver.3
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3
+LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
USE_RUBY= yes
USE_RUBY_EXTCONF= yes