diff options
Diffstat (limited to 'math/octave-forge-data-smoothing/Makefile')
-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> |