[39141] trunk/dports/lang/ruby/Portfile

kimuraw at macports.org kimuraw at macports.org
Sat Aug 9 20:33:58 PDT 2008


Revision: 39141
          http://trac.macosforge.org/projects/macports/changeset/39141
Author:   kimuraw at macports.org
Date:     2008-08-09 20:33:57 -0700 (Sat, 09 Aug 2008)
Log Message:
-----------
lang/ruby:
add descriptions to each variant.

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-08-10 00:49:37 UTC (rev 39140)
+++ trunk/dports/lang/ruby/Portfile	2008-08-10 03:33:57 UTC (rev 39141)
@@ -83,23 +83,23 @@
 	configure.args-delete   --enable-pthread
 }
 
-variant tk conflicts mactk {
+variant tk conflicts mactk description "enable tk support" {
 	configure.args-delete	--without-tk
 	configure.args-append	--with-tk
 	depends_lib-append		port:tcl \
 							port:tk
 }
 
-variant mactk conflicts tk {
+variant mactk conflicts tk description "enable MacTk (Tk.framework without X11) support" {
 	configure.args-delete   --without-tk
 	configure.args-append   --enable-tcltk-framework
 }
 
-variant thread_hooks {
+variant thread_hooks description "apply Apple's thread_hooks patch" {
 	patchfiles-append		patch-thread-hooks
 }
 
-variant no_doc {
+variant no_doc description "do not install rdoc documents" {
 	destroot.target-delete	install-doc
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080809/48b3bd60/attachment.html 


More information about the macports-changes mailing list