diff options
author | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-02-14 20:45:35 +0800 |
commit | be0b9912665d6b9817306e97e10f6829144a8d83 (patch) | |
tree | d4af35b8c4ef9603087df62c197a0b5ec4ba9ba3 /math/scilab | |
parent | c0984d7212423fec61910cec885222df29522d13 (diff) | |
download | freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.gz freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.tar.zst freebsd-ports-gnome-be0b9912665d6b9817306e97e10f6829144a8d83.zip |
Bump pcre library dependency due to 8.30 update
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 3682b6686b41..aa4f84ef23ef 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,7 +7,7 @@ PORTNAME= scilab PORTVERSION= 5.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \ http://www.predatorlabs.net/dl/:jgraphx \ @@ -21,7 +21,7 @@ COMMENT= Scientific software package for numerical computations # A partial dependencies list can be found at: # http://wiki.scilab.org/Dependencies_of_Scilab_5.X LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.1:${PORTSDIR}/devel/pcre MAKE_JOBS_SAFE= yes |