Revision
107398
Author
jmr@macports.org
Date
2013-06-26 21:12:44 -0700 (Wed, 26 Jun 2013)

Log Message

py-soaplib: fix setuptools dep type, correct license

Modified Paths

Diff

Modified: trunk/dports/python/py-soaplib/Portfile (107397 => 107398)


--- trunk/dports/python/py-soaplib/Portfile	2013-06-27 03:50:16 UTC (rev 107397)
+++ trunk/dports/python/py-soaplib/Portfile	2013-06-27 04:12:44 UTC (rev 107398)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-soaplib
-license             LGPL
+license             LGPL-2.1+
 epoch               1
 version             1.0.0
 categories-append   www
@@ -35,8 +35,8 @@
 python.default_version 27
 
 if {${subport} != ${name}} {
-    depends_lib         port:py${python.version}-setuptools \
-                        port:py${python.version}-tz \
+    depends_build       port:py${python.version}-setuptools
+    depends_lib         port:py${python.version}-tz \
                         port:py${python.version}-lxml
 
     post-destroot   {