aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:08:33 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-10-17 10:08:33 +0000
commitac39d25cb13d645037681dbc65360f16ba857b56 (patch)
treeef5a113874cbd7573264f2676a0bdd4290666ea2 /math/scilab
parenta6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff)
downloadports-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz
ports-ac39d25cb13d645037681dbc65360f16ba857b56.zip
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 8f0f1c808c38..3b03dcbc038c 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scilab
PORTVERSION= 5.3.3
+PORTREVISION= 1
CATEGORIES= math cad parallel java
MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \
http://www.predatorlabs.net/dl/:jgraphx \
@@ -146,7 +147,7 @@ ALL_TARGET= all doc
.if defined(WITHOUT_FFTW)
CONFIGURE_ARGS+= --without-fftw
.else
-LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3
+LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3
.endif
.if defined(WITHOUT_PVM)