[96765] trunk/dports/python/py-pysvn/Portfile

blair at macports.org blair at macports.org
Sat Aug 18 13:59:08 PDT 2012


Revision: 96765
          https://trac.macports.org/changeset/96765
Author:   blair at macports.org
Date:     2012-08-18 13:59:07 -0700 (Sat, 18 Aug 2012)
Log Message:
-----------
py-pysvn: fix build failure by only setting depends_lib-append for subports.

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

Modified: trunk/dports/python/py-pysvn/Portfile
===================================================================
--- trunk/dports/python/py-pysvn/Portfile	2012-08-18 20:41:02 UTC (rev 96764)
+++ trunk/dports/python/py-pysvn/Portfile	2012-08-18 20:59:07 UTC (rev 96765)
@@ -24,11 +24,11 @@
                 sha1    720399815278a0b29a2ea87a09a0d2807d4614e4 \
                 rmd160  f6b44e293ec4a94cd610cb8e1f2b711c1aad5aee
 
-depends_lib-append  port:subversion
-
 python.versions 25 26 27
 
 if {$subport != $name} {
+    depends_lib-append  port:subversion
+
     patchfiles      patch-Source_setup_configure.py.diff
 
     worksrcdir      ${worksrcdir}/Source
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120818/01c9e6f7/attachment.html>


More information about the macports-changes mailing list