[65510] trunk/dports/gnome/gnome-doc-utils/Portfile
raimue at macports.org
raimue at macports.org
Fri Mar 26 15:19:54 PDT 2010
Revision: 65510
http://trac.macports.org/changeset/65510
Author: raimue at macports.org
Date: 2010-03-26 15:19:54 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
gnome/gnome-doc-utils:
Move xml2po python module to right place, fixes #23983 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/gnome/gnome-doc-utils/Portfile
Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile 2010-03-26 22:19:38 UTC (rev 65509)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile 2010-03-26 22:19:54 UTC (rev 65510)
@@ -5,7 +5,7 @@
name gnome-doc-utils
version 0.18.1
-revision 0
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
description GNOME document utils.
long_description \
@@ -48,7 +48,8 @@
configure.env-append INTLTOOL_PERL=${prefix}/bin/perl
configure.args --disable-scrollkeeper \
- --mandir=${prefix}/share/man
+ --mandir=${prefix}/share/man \
+ am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/site-packages/
# Default to 2.6 since 2.5 fails universal on Leopard... Ticket #17501
@@ -64,6 +65,7 @@
depends_run-delete port:py26-libxml2
depends_run-append port:py25-libxml2
configure.python ${prefix}/bin/python2.5
+ configure.args-delete am_cv_python_pythondir=${frameworks_dir}/Python.framework/Versions/2.6/lib/python2.6/site-packages/
}
universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/15cadc32/attachment.html>
More information about the macports-changes
mailing list