diff options
author | marcus <marcus@FreeBSD.org> | 2009-06-03 13:14:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-06-03 13:14:50 +0800 |
commit | 758fa15f89be99164550154d6bc2486f326d7b49 (patch) | |
tree | d0bcbf90df6b714a72a76a5c0e9ea5f82a3bae42 /math/scilab | |
parent | 32c4362bbfbfa701058a4418228747ff7fd905c0 (diff) | |
download | freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.tar.gz freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.tar.zst freebsd-ports-gnome-758fa15f89be99164550154d6bc2486f326d7b49.zip |
Chase the vte shared lib version bump.
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 8ad209fe6569..a0ff91b2577c 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,7 +7,7 @@ PORTNAME= scilab PORTVERSION= 4.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math cad parallel MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ EXTRACT_SUFX= -src.tar.gz |