[55310] trunk/dports/gnome/gnome-doc-utils/Portfile
rmsfisher at macports.org
rmsfisher at macports.org
Sat Aug 8 18:32:55 PDT 2009
Revision: 55310
http://trac.macports.org/changeset/55310
Author: rmsfisher at macports.org
Date: 2009-08-08 18:32:54 -0700 (Sat, 08 Aug 2009)
Log Message:
-----------
gnome/gnome-doc-utils resolved dependency conflict between python25 and python26 variants
Modified Paths:
--------------
trunk/dports/gnome/gnome-doc-utils/Portfile
Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile 2009-08-08 23:22:20 UTC (rev 55309)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile 2009-08-09 01:32:54 UTC (rev 55310)
@@ -31,8 +31,7 @@
depends_lib \
port:gettext \
- port:libxslt \
- port:py25-libxml2
+ port:libxslt
depends_run \
port:docbook-xml \
@@ -49,12 +48,14 @@
}
variant python25 conflicts python26 description {Use python 2.5} {
- depends_run-append port:python25 port:py25-libxml2
+ depends_lib-append port:python25
+ depends_run-append port:py25-libxml2
configure.python ${prefix}/bin/python2.5
}
variant python26 conflicts python25 description {Use python 2.6} {
- depends_run-append port:python26 port:py26-libxml2
+ depends_lib-append port:python26
+ depends_run-append port:py26-libxml2
configure.python ${prefix}/bin/python2.6
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090808/c500379a/attachment.html>
More information about the macports-changes
mailing list