[107016] trunk/dports/python/py-django-extensions/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 14 08:06:55 PDT 2013


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

Modified Paths:
--------------
    trunk/dports/python/py-django-extensions/Portfile

Modified: trunk/dports/python/py-django-extensions/Portfile
===================================================================
--- trunk/dports/python/py-django-extensions/Portfile	2013-06-14 15:02:24 UTC (rev 107015)
+++ trunk/dports/python/py-django-extensions/Portfile	2013-06-14 15:06:55 UTC (rev 107016)
@@ -22,6 +22,6 @@
                     sha256  804982ae6bc9c195b6bc34e1ff9218523c07b72d351a5138e25ab79f34d15336
 
 if {${name} != ${subport}} {
-    depends_lib-append  port:py${python.version}-setuptools
-    livecheck.type      none
+    depends_build   port:py${python.version}-setuptools
+    livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130614/b638650e/attachment.html>


More information about the macports-changes mailing list