Revision
71060
Author
devans@macports.org
Date
2010-08-30 17:16:24 -0700 (Mon, 30 Aug 2010)

Log Message

py26-gnome: remove description from +quartz variant which overrides global description, lint.

Modified Paths

Diff

Modified: trunk/dports/python/py26-gnome/Portfile (71059 => 71060)


--- trunk/dports/python/py26-gnome/Portfile	2010-08-31 00:07:28 UTC (rev 71059)
+++ trunk/dports/python/py26-gnome/Portfile	2010-08-31 00:16:24 UTC (rev 71060)
@@ -51,7 +51,7 @@
 
 # fix an import error of bonobo.ui
 # when gtk quartz is in use
-variant quartz description {fix bonobo import error when gtk +quartz is used} {
+variant quartz {
 	patchfiles-append bonobo.diff
 }
 
@@ -70,7 +70,7 @@
 # add link to gtk-doc in devhelp search path (${prefix}/share/gtk-doc/html/*)
 # devhelp requires gtk-doc/html directory name  and .devhelp file name (less the .devhelp) to match
     file rename ${destroot}${python.prefix}/share/gtk-doc/html/pygnomevfs/pygnomevfs.devhelp \
-                ${destroot}${python.prefix}/share/gtk-doc/html/pygnomevfs/pygnomevfs26.devhelp 
+                ${destroot}${python.prefix}/share/gtk-doc/html/pygnomevfs/pygnomevfs26.devhelp
     xinstall -d ${destroot}${prefix}/share/gtk-doc/html
     ln -s ${python.prefix}/share/gtk-doc/html/pygnomevfs ${destroot}${prefix}/share/gtk-doc/html/pygnomevfs26
 }