summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-12 16:52:53 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2011-09-12 16:52:53 +0000
commit9346d35304bcad4f1c8b27b815747e2a2d090066 (patch)
tree6e7fd9b22d8d03a2309b718a29d9067905d74b4a /math
parent- fix option WITH_FULL_LIBRARY (diff)
- Add math/octave-forge-secs3d-0.0.1 to run_depends.
Approved by: maho (mentor, implicit)
Notes
Notes: svn path=/head/; revision=281678
Diffstat (limited to 'math')
-rw-r--r--math/octave-forge/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 06033d20666b..1e3f1bcecd68 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= octave-forge
-PORTVERSION= 20110205
-PORTREVISION= 6
+PORTVERSION= 20110912
CATEGORIES= math
MASTER_SITES= #none
DISTFILES= #none
@@ -78,6 +77,7 @@ OPTIONS= \
QUATERNION "Install package: quaternion" On \
SECS1D "Install package: secs1d" On \
SECS2D "Install package: secs2d" On \
+ SECS3D "Install package: secs3d" On \
SIGNAL "Install package: signal" On \
SIMP "Install package: simp" On \
SOCKETS "Install package: sockets" On \
@@ -282,6 +282,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/secs1d.tar.gz:${PORTSDIR}/math/octave-forge-secs1d
.if defined(WITH_SECS2D)
RUN_DEPENDS+= ${TARBALLS_DIR}/secs2d.tar.gz:${PORTSDIR}/math/octave-forge-secs2d
.endif
+.if defined(WITH_SECS3D)
+RUN_DEPENDS+= ${TARBALLS_DIR}/secs3d.tar.gz:${PORTSDIR}/math/octave-forge-secs3d
+.endif
.if defined(WITH_SIGNAL)
RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal
.endif