diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-01-30 22:27:27 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-01-30 22:27:27 +0800 |
commit | b0636d768f73315de3c2ba2317692badfa885724 (patch) | |
tree | 0d4171df6f5f54afdec3ec4bc329a1ff5d15292d /math | |
parent | f0ded0c15c3bd5fae084e4a88637c947ab8add8e (diff) | |
download | freebsd-ports-gnome-b0636d768f73315de3c2ba2317692badfa885724.tar.gz freebsd-ports-gnome-b0636d768f73315de3c2ba2317692badfa885724.tar.zst freebsd-ports-gnome-b0636d768f73315de3c2ba2317692badfa885724.zip |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters.
Diffstat (limited to 'math')
-rw-r--r-- | math/convertall/Makefile | 1 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 1 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index fa67ee61d597..a9af501d0e1c 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -7,6 +7,7 @@ PORTNAME= convertall PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= BERLIOS diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 88d48b60647f..db32946eae10 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtiplot DISTVERSION= 0.9.7.11 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index afaaa465fea4..f88b6d47512f 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -7,7 +7,7 @@ PORTNAME= sivp DISTVERSION= 0.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} PKGNAMEPREFIX= scilab-toolbox- @@ -17,7 +17,7 @@ COMMENT= Scilab Image and Video Processing Toolbox BUILD_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab \ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv +LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv RUN_DEPENDS= ${LOCALBASE}/bin/scilab:${PORTSDIR}/math/scilab SCILABDIR?= lib/scilab |