[92977] trunk/dports/python/py-scikits-image/Portfile

ecronin at macports.org ecronin at macports.org
Sat May 12 08:10:10 PDT 2012


Revision: 92977
          https://trac.macports.org/changeset/92977
Author:   ecronin at macports.org
Date:     2012-05-12 08:10:09 -0700 (Sat, 12 May 2012)
Log Message:
-----------
py*-scikits-image: fix typo

Failed to parse file python/py-scikits-image/Portfile with subport
'py26-scikits-image': invalid command name "depends_lib-appen"
Failed to parse file python/py-scikits-image/Portfile with subport
'py27-scikits-image': invalid command name "depends_lib-appen"

Modified Paths:
--------------
    trunk/dports/python/py-scikits-image/Portfile

Modified: trunk/dports/python/py-scikits-image/Portfile
===================================================================
--- trunk/dports/python/py-scikits-image/Portfile	2012-05-12 15:01:47 UTC (rev 92976)
+++ trunk/dports/python/py-scikits-image/Portfile	2012-05-12 15:10:09 UTC (rev 92977)
@@ -31,7 +31,7 @@
 python.versions     26 27
 
 if {$subport != $name} {
-    depends_lib-appen   port:py${python.version}-distribute \
+    depends_lib-append  port:py${python.version}-distribute \
                         port:py${python.version}-numpy \
                         port:py${python.version}-scipy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120512/2965bfcf/attachment.html>


More information about the macports-changes mailing list