diff options
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index cba739bb8c97..1e773f1a71ab 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: octave -# Date created: 8 September 1998 -# Whom: chuckr@freebsd.org -# +# Created by: chuckr@freebsd.org # $FreeBSD$ -# PORTNAME= octave PORTVERSION= 3.6.3 -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/ @@ -35,7 +31,7 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick \ qhull.5:${PORTSDIR}/math/qhull5 \ qrupdate:${PORTSDIR}/math/qrupdate \ umfpack.1:${PORTSDIR}/math/suitesparse \ - glpk.32:${PORTSDIR}/math/glpk + glpk:${PORTSDIR}/math/glpk USE_BZIP2= yes USE_PERL5_BUILD=yes |