[107015] trunk/dports/python/py-django-debug-toolbar/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 14 08:02:24 PDT 2013


Revision: 107015
          https://trac.macports.org/changeset/107015
Author:   jmr at macports.org
Date:     2013-06-14 08:02:24 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
py-django-debug-toolbar: fix setuptools dep type

Modified Paths:
--------------
    trunk/dports/python/py-django-debug-toolbar/Portfile

Modified: trunk/dports/python/py-django-debug-toolbar/Portfile
===================================================================
--- trunk/dports/python/py-django-debug-toolbar/Portfile	2013-06-14 14:30:16 UTC (rev 107014)
+++ trunk/dports/python/py-django-debug-toolbar/Portfile	2013-06-14 15:02:24 UTC (rev 107015)
@@ -25,7 +25,7 @@
 python.versions     26
 
 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/20130614/79eb83fc/attachment.html>


More information about the macports-changes mailing list