diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
commit | f5acd5e4431d7eac212a78481a6a5de841419329 (patch) | |
tree | 6988a7a3426abb4ef7fb239fee26be35c8630dfa /math/scilab | |
parent | 4ae92abd6d9b175764bdfa522d38854c1b150887 (diff) | |
download | ports-f5acd5e4431d7eac212a78481a6a5de841419329.tar.gz ports-f5acd5e4431d7eac212a78481a6a5de841419329.zip |
Notes
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index fabddf092150..8ad209fe6569 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,7 +7,7 @@ PORTNAME= scilab PORTVERSION= 4.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math cad parallel MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ EXTRACT_SUFX= -src.tar.gz @@ -48,8 +48,8 @@ CONFIGURE_ENV+= PVM_ROOT=${LOCALBASE}/lib/pvm .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.if exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |