aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-data-smoothing
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-09-08 23:57:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-09-08 23:57:21 +0000
commitdef944f36e21ed4b935f2bf9f4b3930f61646f95 (patch)
treedbf9d34725b389205e774fe939ea3886c9f3c1df /math/octave-forge-data-smoothing
parent7a1bb458a840ec2d6787af78c22d2a655419098b (diff)
downloadports-def944f36e21ed4b935f2bf9f4b3930f61646f95.tar.gz
ports-def944f36e21ed4b935f2bf9f4b3930f61646f95.zip
Build fix for math/octave-forge-data-smoothing.
Spotted by: QAT@ PR: 127207 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Approved by: portmgr (joe)
Notes
Notes: svn path=/head/; revision=220304
Diffstat (limited to 'math/octave-forge-data-smoothing')
-rw-r--r--math/octave-forge-data-smoothing/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile
index e863150d1c79..1a0b1067baf6 100644
--- a/math/octave-forge-data-smoothing/Makefile
+++ b/math/octave-forge-data-smoothing/Makefile
@@ -12,6 +12,8 @@ CATEGORIES= math
MAINTAINER= stephen@math.missouri.edu
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>