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

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 17:25:15 PDT 2007


Revision: 24601
          http://trac.macosforge.org/projects/macports/changeset/24601
Author:   pguyot at kallisys.net
Date:     2007-04-28 17:25:15 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
lang/ruby: New mactk variant.

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

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2007-04-29 00:22:11 UTC (rev 24600)
+++ trunk/dports/lang/ruby/Portfile	2007-04-29 00:25:15 UTC (rev 24601)
@@ -64,13 +64,18 @@
 	destroot.env	DYLD_LIBRARY_PATH=${destroot}${prefix}/lib
 }
 
-variant tk {
+variant tk conflicts mactk {
 	configure.args-delete	--without-tk 
 	configure.args-append	--with-tk 
 	depends_lib-append		port:tcl \
 							port:tk 
 } 
 
+variant mactk conflicts tk {
+        configure.args-delete   --without-tk
+        configure.args-append   --enable-tcltk-framework
+}
+
 livecheck.check	regex
 livecheck.url	http://www.ruby-lang.org/en/downloads/
 livecheck.regex	{>Ruby (.*?)</a> \(md5:}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/84e5cf49/attachment.html


More information about the macports-changes mailing list