[89317] trunk/dports/python/py-oauth2/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue Jan 24 14:33:51 PST 2012
Revision: 89317
http://trac.macports.org/changeset/89317
Author: ryandesign at macports.org
Date: 2012-01-24 14:33:50 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
py-oauth2: append to, don't overwrite, portgroup dependencies
Modified Paths:
--------------
trunk/dports/python/py-oauth2/Portfile
Modified: trunk/dports/python/py-oauth2/Portfile
===================================================================
--- trunk/dports/python/py-oauth2/Portfile 2012-01-24 22:33:12 UTC (rev 89316)
+++ trunk/dports/python/py-oauth2/Portfile 2012-01-24 22:33:50 UTC (rev 89317)
@@ -26,7 +26,8 @@
python.versions 24 25 26 27
if {$subport != $name} {
- depends_lib port:py${python.version}-distribute \
+ depends_lib-append \
+ port:py${python.version}-distribute \
port:py${python.version}-httplib2
post-destroot {
if {[file exists ${destroot}${python.pkgd}/tests]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120124/96db01d2/attachment.html>
More information about the macports-changes
mailing list