[89047] trunk/dports/python/py-zc-buildout/Portfile
singingwolfboy at macports.org
singingwolfboy at macports.org
Wed Jan 18 11:29:34 PST 2012
Revision: 89047
http://trac.macports.org/changeset/89047
Author: singingwolfboy at macports.org
Date: 2012-01-18 11:29:34 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
py-zc-buildout: add dependency on distribute
Modified Paths:
--------------
trunk/dports/python/py-zc-buildout/Portfile
Modified: trunk/dports/python/py-zc-buildout/Portfile
===================================================================
--- trunk/dports/python/py-zc-buildout/Portfile 2012-01-18 18:15:17 UTC (rev 89046)
+++ trunk/dports/python/py-zc-buildout/Portfile 2012-01-18 19:29:34 UTC (rev 89047)
@@ -24,6 +24,9 @@
checksums rmd160 4335f747986d05919e62627f2c8aeed5b23af9cb \
sha256 0ac5a325d3ffbc5a988fb3ba87f4159d4769cc73e3331cb5234edc8839b6506b
+if {$name != $subport} {
+ depends_lib-append port:py${python.version}-distribute
+}
post-destroot {
set docdir ${destroot}${prefix}/share/doc/${subport}
xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/55a72b24/attachment.html>
More information about the macports-changes
mailing list