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

aronnax at macports.org aronnax at macports.org
Sat Jun 1 20:16:30 PDT 2013


Revision: 106624
          https://trac.macports.org/changeset/106624
Author:   aronnax at macports.org
Date:     2013-06-01 20:16:30 -0700 (Sat, 01 Jun 2013)
Log Message:
-----------
nds2-client: install Python modules into site-packages, not Python standard library directory

Modified Paths:
--------------
    trunk/dports/science/nds2-client/Portfile

Modified: trunk/dports/science/nds2-client/Portfile
===================================================================
--- trunk/dports/science/nds2-client/Portfile	2013-06-02 01:58:38 UTC (rev 106623)
+++ trunk/dports/science/nds2-client/Portfile	2013-06-02 03:16:30 UTC (rev 106624)
@@ -4,6 +4,7 @@
 
 name              nds2-client
 version           0.10.3
+revision          1
 categories        science
 platforms         darwin
 license           GPL-2
@@ -71,7 +72,8 @@
             depends_build-append    port:swig-python
             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}"
+            configure.args-append   PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error -F${frameworks_dir} -framework Python"
+            destroot.args-append    pythondir="${d}" pyexecdir="${d}" \
 
         }
     }]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130601/1f6f2080/attachment.html>


More information about the macports-changes mailing list