[106624] trunk/dports/science/nds2-client/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Jun 2 15:05:51 PDT 2013
On Jun 1, 2013, at 22:16, aronnax at macports.org wrote:
> 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}" \
>
> }
That backslash you added to the end of the destroot.args-append line doesn't seem to belong.
More information about the macports-dev
mailing list