[42920] trunk/dports/x11/xplanet/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Dec 2 02:09:46 PST 2008


Revision: 42920
          http://trac.macports.org/changeset/42920
Author:   macsforever2000 at macports.org
Date:     2008-12-02 02:09:46 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
Add variant descriptions to appease lint.

Modified Paths:
--------------
    trunk/dports/x11/xplanet/Portfile

Modified: trunk/dports/x11/xplanet/Portfile
===================================================================
--- trunk/dports/x11/xplanet/Portfile	2008-12-02 09:58:33 UTC (rev 42919)
+++ trunk/dports/x11/xplanet/Portfile	2008-12-02 10:09:46 UTC (rev 42920)
@@ -34,31 +34,31 @@
 	xinstall -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO ${docdir}
 }
 
-variant freetype {
+variant freetype description "Enable Freetype support for TrueType fonts" {
 	configure.args-delete	--without-freetype
 	configure.args-append	--with-freetype
 	depends_lib				lib:libfreetype:freetype
 }
 
-variant gif {
+variant gif description "Enable GIF support" {
 	configure.args-delete	--without-gif
 	configure.args-append	--with-gif
 	depends_lib-append		path:include/gif_lib.h:giflib
 }
 
-variant pango {
+variant pango description "Enable Pango" {
 	configure.args-delete	--without-pango
 	configure.args-append	--with-pango
 	depends_lib-append		path:lib/pkgconfig/pango.pc:pango
 }
 
-variant aqua {
+variant aqua description "Use aqua instead of X11" {
 	depends_lib-delete		lib:libX11:XFree86
 	configure.args-delete	--with-x
 	configure.args-append	--without-x --with-aqua
 }
 
-variant pnm {
+variant pnm description "Enable PNM support" {
 	depends_lib-append		lib:libnetpbm.10:netpbm
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/d781c1d4/attachment.html>


More information about the macports-changes mailing list