Revision
71067
Author
css@macports.org
Date
2010-08-31 05:36:06 -0700 (Tue, 31 Aug 2010)

Log Message

Add a description for Coin's aqua variant.

Modified Paths

Diff

Modified: trunk/dports/graphics/Coin/Portfile (71066 => 71067)


--- trunk/dports/graphics/Coin/Portfile	2010-08-31 12:33:46 UTC (rev 71066)
+++ trunk/dports/graphics/Coin/Portfile	2010-08-31 12:36:06 UTC (rev 71067)
@@ -39,7 +39,7 @@
 }
 
 if {${os.platform} == "darwin"} {
-variant aqua {
+variant aqua description {Install as a MacOS X framework without X11.} {
 	configure.args-delete	--disable-framework --enable-darwin-x11
 	configure.args-append	--with-framework-prefix=${destroot}${frameworks_dir} --without-x
 	depends_lib-delete	port:xorg-libsm \