aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2012-02-07 03:51:51 +0800
committerstephen <stephen@FreeBSD.org>2012-02-07 03:51:51 +0800
commit20662e1114cf356e5ef6c2a243eae0bda626b802 (patch)
tree6733130386bc2c629c5133682903538a4a6e8519 /math
parent2d587725e75063b3e733e74eb877e35e07684b9e (diff)
downloadfreebsd-ports-gnome-20662e1114cf356e5ef6c2a243eae0bda626b802.tar.gz
freebsd-ports-gnome-20662e1114cf356e5ef6c2a243eae0bda626b802.tar.zst
freebsd-ports-gnome-20662e1114cf356e5ef6c2a243eae0bda626b802.zip
- Add new run depends math/octave-forge-queueing.
- Update to 20120206.
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 3bf297254ef6..fb5ffcf40d27 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= octave-forge
-PORTVERSION= 20111226
+PORTVERSION= 20120206
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -78,6 +78,7 @@ OPTIONS= \
PLOT "Install package: plot" On \
PT_BR "Install package: pt_br" On \
QUATERNION "Install package: quaternion" On \
+ QUEUEING "Install package: queueing" On \
SECS1D "Install package: secs1d" On \
SECS2D "Install package: secs2d" On \
SECS3D "Install package: secs3d" On \
@@ -288,6 +289,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/pt_br.tar.gz:${PORTSDIR}/math/octave-forge-pt_br
.if defined(WITH_QUATERNION)
RUN_DEPENDS+= ${TARBALLS_DIR}/quaternion.tar.gz:${PORTSDIR}/math/octave-forge-quaternion
.endif
+.if defined(WITH_QUEUEING)
+RUN_DEPENDS+= ${TARBALLS_DIR}/queueing.tar.gz:${PORTSDIR}/math/octave-forge-queueing
+.endif
.if defined(WITH_SECS1D)
RUN_DEPENDS+= ${TARBALLS_DIR}/secs1d.tar.gz:${PORTSDIR}/math/octave-forge-secs1d
.endif