diff options
author | maho <maho@FreeBSD.org> | 2011-05-11 09:48:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2011-05-11 09:48:49 +0800 |
commit | a7007df3e2ed278c34e2d9b64634151617c3f321 (patch) | |
tree | dffd534a9625f76fb13ac0e085ca931e9f07123d /math/octave | |
parent | ff8bb26d5990e5d582667169772607e4f8331694 (diff) | |
download | freebsd-ports-gnome-a7007df3e2ed278c34e2d9b64634151617c3f321.tar.gz freebsd-ports-gnome-a7007df3e2ed278c34e2d9b64634151617c3f321.tar.zst freebsd-ports-gnome-a7007df3e2ed278c34e2d9b64634151617c3f321.zip |
Remove legacy dependency to science/hdf5,
and bump portrevision (may not be required, though.)
PR: 156940
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index b065c6d884cd..0441d3df7efe 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -32,7 +33,8 @@ LIB_DEPENDS= glpk.28:${PORTSDIR}/math/glpk \ ftgl:${PORTSDIR}/graphics/ftgl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk \ GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \ - curl:${PORTSDIR}/ftp/curl + curl:${PORTSDIR}/ftp/curl \ + hdf5:${PORTSDIR}/science/hdf5-18 USE_BZIP2= yes USE_PERL5_BUILD=yes @@ -43,16 +45,8 @@ GNU_CONFIGURE= yes INFO= octave liboctave OctaveFAQ MAN1= octave.1 mkoctfile.1 octave-config.1 -OPTIONS= LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on - .include <bsd.port.pre.mk> -.if defined(WITHOUT_LEGACY_HDF5) -LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5-18 -.else -LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 -.endif - USE_BLAS?= reference .if exists(${LOCALBASE}/lib/libgoto2.so) |