diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-10-03 03:55:31 +0000 |
commit | 67b00ab01975090e1f1c0c805759e26000807ae3 (patch) | |
tree | aa8d34834bd88d1cfefc8cc4d6ecba151e5c15f0 /math | |
parent | f609f658ae4890d063749829e5be93458a11f516 (diff) | |
download | ports-67b00ab01975090e1f1c0c805759e26000807ae3.tar.gz ports-67b00ab01975090e1f1c0c805759e26000807ae3.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/labplot/Makefile | 4 | ||||
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 | ||||
-rw-r--r-- | math/plplot/Makefile | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index fee85831e65a..79819758d8ad 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math kde MASTER_SITES= SF @@ -60,7 +60,7 @@ CONFIGURE_ARGS+=--enable-R=no .endif .if defined(WITH_QHULL) -LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull +LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull5 CONFIGURE_ARGS+=--enable-qhull=yes .else CONFIGURE_ARGS+=--enable-qhull=no diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index d7a3225aee1b..05677b52ad25 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.3.50 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ @@ -27,7 +27,7 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ glpk.30:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ - qhull:${PORTSDIR}/math/qhull + qhull.5:${PORTSDIR}/math/qhull5 BROKEN= fails to work with recent versions of GCC diff --git a/math/octave/Makefile b/math/octave/Makefile index 0e052897a58c..836db212414b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -32,7 +32,7 @@ LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \ ftgl:${PORTSDIR}/graphics/ftgl \ hdf5:${PORTSDIR}/science/hdf5-18 \ pcre.0:${PORTSDIR}/devel/pcre \ - qhull:${PORTSDIR}/math/qhull \ + qhull.5:${PORTSDIR}/math/qhull5 \ qrupdate:${PORTSDIR}/math/qrupdate \ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk.30:${PORTSDIR}/math/glpk diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 28ddc9875d63..fcf4f066b86b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= plplot PORTVERSION= 5.9.7 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source @@ -18,7 +19,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ freetype.9:${PORTSDIR}/print/freetype2 \ gd.4:${PORTSDIR}/graphics/gd \ - qhull.5:${PORTSDIR}/math/qhull + qhull.5:${PORTSDIR}/math/qhull5 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/X11/fonts/freefont-ttf/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf |