changeset 3394:83a5cb70a800

of-data-smoothing: fix typo in optim pkg dependancy
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Jan 2014 15:26:10 -0500
parents 166294cad9f0
children 1ad098269cfb
files src/of-data-smoothing.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-data-smoothing.mk	Fri Jan 03 15:08:08 2014 -0500
+++ b/src/of-data-smoothing.mk	Fri Jan 03 15:26:10 2014 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := data-smoothing
 $(PKG)_FILE     := data-smoothing-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
-$(PKG)_DEPS     := optim
+$(PKG)_DEPS     := of-optim
 
 define $(PKG)_UPDATE
     echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;