[82333] trunk/dports/gnome/gramps/Portfile

jmr at macports.org jmr at macports.org
Fri Aug 12 13:03:58 PDT 2011


Revision: 82333
          http://trac.macports.org/changeset/82333
Author:   jmr at macports.org
Date:     2011-08-12 13:03:57 -0700 (Fri, 12 Aug 2011)
Log Message:
-----------
gramps: set configure.python correctly

Modified Paths:
--------------
    trunk/dports/gnome/gramps/Portfile

Modified: trunk/dports/gnome/gramps/Portfile
===================================================================
--- trunk/dports/gnome/gramps/Portfile	2011-08-12 20:03:10 UTC (rev 82332)
+++ trunk/dports/gnome/gramps/Portfile	2011-08-12 20:03:57 UTC (rev 82333)
@@ -38,8 +38,6 @@
 
 configure.args                  --disable-mime-install
 
-configure.python                ${prefix}/bin/python2.6
-
 depends_build                   port:pkgconfig \
                                 port:intltool \
                                 port:gnome-doc-utils \
@@ -59,18 +57,21 @@
     depends_lib-append        port:py25-gtkspell \
                               port:py25-enchant \
                               port:py25-webkitgtk
+    configure.python          ${prefix}/bin/python2.5
 }
 
 variant python26 conflicts python25 python27 description {Use python 2.6} {
     depends_lib-append        port:py26-gtkspell \
                               port:py26-enchant \
                               port:py26-webkitgtk
+    configure.python          ${prefix}/bin/python2.6
 }
 
 variant python27 conflicts python25 python26 description {Use python 2.7} {
     depends_lib-append        port:py27-gtkspell \
                               port:py27-enchant \
                               port:py27-webkitgtk
+    configure.python          ${prefix}/bin/python2.7
 }
 
 if {![variant_isset python25] && ![variant_isset python26]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110812/dcc42826/attachment.html>


More information about the macports-changes mailing list