[107220] trunk/dports/python/py-liblzma/Portfile

jmr at macports.org jmr at macports.org
Fri Jun 21 16:08:46 PDT 2013


Revision: 107220
          https://trac.macports.org/changeset/107220
Author:   jmr at macports.org
Date:     2013-06-21 16:08:46 -0700 (Fri, 21 Jun 2013)
Log Message:
-----------
py-liblzma: fix setuptools dep type, correct license

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

Modified: trunk/dports/python/py-liblzma/Portfile
===================================================================
--- trunk/dports/python/py-liblzma/Portfile	2013-06-21 23:02:33 UTC (rev 107219)
+++ trunk/dports/python/py-liblzma/Portfile	2013-06-21 23:08:46 UTC (rev 107220)
@@ -10,7 +10,7 @@
 categories-append       archivers
 platforms		darwin
 maintainers		afb openmaintainer
-license			LGPL-3
+license			LGPL-3+
 description		Python bindings for the XZ Utils compression library.
 long_description	${description}
 
@@ -23,8 +23,8 @@
 			md160  b9062beec2bc745ea4fa64aef04f081a33b3d79c
 
 if {$name != $subport} {
-depends_lib-append	port:xz \
-			port:py${python.version}-setuptools
+depends_build		port:py${python.version}-setuptools
+depends_lib-append	port:xz
 
 patchfiles		pyliblzma-python23.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130621/dbe7bab0/attachment.html>


More information about the macports-changes mailing list