diff src/of-data-smoothing.mk @ 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 3010314a9747
children 13be64f9f16d
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;