[102692] trunk/dports/python/py-hggit/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 6 18:36:33 PST 2013


Revision: 102692
          https://trac.macports.org/changeset/102692
Author:   ryandesign at macports.org
Date:     2013-02-06 18:36:33 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
py-hggit: append to depends_lib instead of overwriting it

Modified Paths:
--------------
    trunk/dports/python/py-hggit/Portfile

Modified: trunk/dports/python/py-hggit/Portfile
===================================================================
--- trunk/dports/python/py-hggit/Portfile	2013-02-07 02:35:44 UTC (rev 102691)
+++ trunk/dports/python/py-hggit/Portfile	2013-02-07 02:36:33 UTC (rev 102692)
@@ -51,7 +51,7 @@
 set python.versions    $pversions
 
 if {$subport != $name} {
-    depends_lib         path:bin/hg:mercurial \
+    depends_lib-append  path:bin/hg:mercurial \
                         port:py${python.version}-dulwich
 
     conflicts           py${python.version}-$realname-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/157c8ea3/attachment.html>


More information about the macports-changes mailing list