[105891] trunk/dports/graphics/ipe/Portfile

vince at macports.org vince at macports.org
Thu May 9 04:22:06 PDT 2013


Revision: 105891
          https://trac.macports.org/changeset/105891
Author:   vince at macports.org
Date:     2013-05-09 04:22:06 -0700 (Thu, 09 May 2013)
Log Message:
-----------
Remove spurious lsort.

Modified Paths:
--------------
    trunk/dports/graphics/ipe/Portfile

Modified: trunk/dports/graphics/ipe/Portfile
===================================================================
--- trunk/dports/graphics/ipe/Portfile	2013-05-09 11:19:19 UTC (rev 105890)
+++ trunk/dports/graphics/ipe/Portfile	2013-05-09 11:22:06 UTC (rev 105891)
@@ -38,7 +38,7 @@
 variant universal {}
 
 pre-build {
-    set    lua_pc       [lindex [split [lsort [glob ${prefix}/lib/pkgconfig/lua*]] "/"] end]
+    set    lua_pc       [lindex [split [glob ${prefix}/lib/pkgconfig/lua*] "/"] end]
     set    lua_version  [join [lrange [split ${lua_pc} "."] 0 end-1] "."]
     build.env           CXXFLAGS="[get_canonical_archflags cxx]" \
                         LDFLAGS="[get_canonical_archflags ld]"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130509/921e6cef/attachment-0001.html>


More information about the macports-changes mailing list