[107222] trunk/dports/python/py-logbook/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 21 16:20:35 PDT 2013


Revision: 107222
          https://trac.macports.org/changeset/107222
Author:   jmr at macports.org
Date:     2013-06-21 16:20:34 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
py-logbook: fix setuptools dep type

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

Modified: trunk/dports/python/py-logbook/Portfile
===================================================================
--- trunk/dports/python/py-logbook/Portfile	2013-06-21 23:17:04 UTC (rev 107221)
+++ trunk/dports/python/py-logbook/Portfile	2013-06-21 23:20:34 UTC (rev 107222)
@@ -26,7 +26,7 @@
 python.versions     26 27 32 33
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools
+    depends_build       port:py${python.version}-setuptools
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130621/61556aac/attachment.html>


More information about the macports-changes mailing list