diff options
author | maho <maho@FreeBSD.org> | 2008-09-09 07:57:21 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-09 07:57:21 +0800 |
commit | 97580c7d53dc7bb3809790d004a06c544243b222 (patch) | |
tree | 8cf692169d992b57872e14bb6cf420254f597a67 | |
parent | c04618783d9ec8e80a19271037d4b267ea1e676e (diff) | |
download | freebsd-ports-gnome-97580c7d53dc7bb3809790d004a06c544243b222.tar.gz freebsd-ports-gnome-97580c7d53dc7bb3809790d004a06c544243b222.tar.zst freebsd-ports-gnome-97580c7d53dc7bb3809790d004a06c544243b222.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)
-rw-r--r-- | math/octave-forge-data-smoothing/Makefile | 2 |
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> |