Revision
103478
Author
aronnax@macports.org
Date
2013-02-26 17:53:54 -0800 (Tue, 26 Feb 2013)

Log Message

nds2-client: added missing dependency on numpy

Modified Paths

Diff

Modified: trunk/dports/science/nds2-client/Portfile (103477 => 103478)


--- trunk/dports/science/nds2-client/Portfile	2013-02-26 23:47:24 UTC (rev 103477)
+++ trunk/dports/science/nds2-client/Portfile	2013-02-27 01:53:54 UTC (rev 103478)
@@ -70,7 +70,7 @@
         variant swig_${p} description "Enable SWIG Python interface for Python ${v}" conflicts ${c} {
 
             depends_build-append    port:swig-python
-            depends_lib-append      port:${p}
+            depends_lib-append      port:${p} port:py${s}-numpy
             configure.args-strsed   s/--disable-swig-python/--enable-swig-python/
             destroot.args-append    pythondir="${d}" pyexecdir="${d}"