[144705] users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile
devans at macports.org
devans at macports.org
Fri Jan 15 13:47:16 PST 2016
Revision: 144705
https://trac.macports.org/changeset/144705
Author: devans at macports.org
Date: 2016-01-15 13:47:16 -0800 (Fri, 15 Jan 2016)
Log Message:
-----------
GNOME-3/stable: devhelp, use system python rather than python27 for build.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile
Modified: users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile 2016-01-15 21:40:19 UTC (rev 144704)
+++ users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile 2016-01-15 21:47:16 UTC (rev 144705)
@@ -29,8 +29,7 @@
port:gnome-common \
port:autoconf \
port:automake \
- port:libtool \
- port:python27
+ port:libtool
depends_lib port:desktop-file-utils \
port:gtk3
@@ -39,7 +38,9 @@
configure.cmd ./autogen.sh
-configure.python ${prefix}/bin/python2.7
+# use system python for build, requires python2 >= 2.3
+
+configure.python /usr/bin/python
configure.args --disable-silent-rules \
--disable-schemas-compile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160115/536652e7/attachment-0001.html>
More information about the macports-changes
mailing list