[35489] trunk/dports/gnome/vte/Portfile

jmr at macports.org jmr at macports.org
Sat Mar 29 02:51:44 PDT 2008


Revision: 35489
          http://trac.macosforge.org/projects/macports/changeset/35489
Author:   jmr at macports.org
Date:     2008-03-29 02:51:43 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
vte: cleanup to make lint happier

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2008-03-29 09:50:22 UTC (rev 35488)
+++ trunk/dports/gnome/vte/Portfile	2008-03-29 09:51:43 UTC (rev 35489)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -6,7 +7,7 @@
 version         0.16.13
 maintainers     nomaintainer
 categories      gnome
-platforms       darwin 
+platforms       darwin
 description     Terminal widget with improved accessibility and I18N support.
 
 long_description \
@@ -42,16 +43,16 @@
 
 configure.cflags-append -fstrict-aliasing -funroll-loops
 
-variant without_python {
+variant without_python description {Disable Python support} {
     depends_lib-delete  port:python25 port:py25-gtk
     configure.args-append   --disable-python
 }
 
-platform darwin 9 { 
-    post-patch { 
+platform darwin 9 {
+    post-patch {
         reinplace "s| -export-symbols-regex.*||g" \
             ${worksrcpath}/python/Makefile.in
         reinplace "s|-export-symbols-regex.*| \\\\|g" \
             ${worksrcpath}/src/Makefile.in
-    } 
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/4c2ad0f6/attachment.html


More information about the macports-changes mailing list