aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2013-01-31 21:03:32 +0800
committerbf <bf@FreeBSD.org>2013-01-31 21:03:32 +0800
commit026b5387e00e8e68d9b663db82cbc61cf3459111 (patch)
treeceaed30ed6e908e81d419229ef62934a2c7f1504 /math/octave
parent9485bc6edbce1d0ad032490c083b8939fb340d8f (diff)
downloadfreebsd-ports-gnome-026b5387e00e8e68d9b663db82cbc61cf3459111.tar.gz
freebsd-ports-gnome-026b5387e00e8e68d9b663db82cbc61cf3459111.tar.zst
freebsd-ports-gnome-026b5387e00e8e68d9b663db82cbc61cf3459111.zip
update glpk to 4.48 and adjust dependent ports
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile10
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