[103478] trunk/dports/science/nds2-client/Portfile

aronnax at macports.org aronnax at macports.org
Tue Feb 26 17:53:54 PST 2013


Revision: 103478
          https://trac.macports.org/changeset/103478
Author:   aronnax at 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:
--------------
    trunk/dports/science/nds2-client/Portfile

Modified: trunk/dports/science/nds2-client/Portfile
===================================================================
--- 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}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130226/bb802057/attachment.html>


More information about the macports-changes mailing list