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

vince at macports.org vince at macports.org
Thu May 9 01:54:17 PDT 2013


Revision: 105884
          https://trac.macports.org/changeset/105884
Author:   vince at macports.org
Date:     2013-05-09 01:54:17 -0700 (Thu, 09 May 2013)
Log Message:
-----------
Layout adjustement

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

Modified: trunk/dports/graphics/ipe/Portfile
===================================================================
--- trunk/dports/graphics/ipe/Portfile	2013-05-09 08:51:15 UTC (rev 105883)
+++ trunk/dports/graphics/ipe/Portfile	2013-05-09 08:54:17 UTC (rev 105884)
@@ -29,7 +29,7 @@
 
 depends_lib-append      port:freetype \
                         path:lib/pkgconfig/cairo.pc:cairo \
-						path:lib/pkgconfig/lua.pc:lua \
+                        path:lib/pkgconfig/lua.pc:lua \
                         port:lua \
                         port:zlib
 
@@ -38,12 +38,12 @@
 variant universal {}
 
 pre-build {
-	set	lua_pc			[lindex [split [lsort [glob ${prefix}/lib/pkgconfig/lua*]] "/"] end]
-	set lua_version		[join [lrange [split ${lua_pc} "."] 0 end-1] "."]
-	build.env           CXXFLAGS="[get_canonical_archflags cxx]" \
+    set    lua_pc       [lindex [split [lsort [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]"
 
-	build.args          IPEPREFIX=${prefix} \
+    build.args          IPEPREFIX=${prefix} \
                         ZLIB_CFLAGS="`pkg-config --cflags zlib`" \
                         ZLIB_LIBS="`pkg-config --libs zlib`" \
                         FREETYPE_CFLAGS="`pkg-config --cflags freetype2`" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130509/3de9cc2b/attachment.html>


More information about the macports-changes mailing list