Revision
20791
Author
pguyot@kallisys.net
Date
2006-11-28 14:15:26 -0800 (Tue, 28 Nov 2006)

Log Message

Bump the revision after Charlie's commit.
Ticket: #11006

Modified Paths

Diff

Modified: trunk/dports/lang/ruby/Portfile (20790 => 20791)


--- trunk/dports/lang/ruby/Portfile	2006-11-28 21:32:54 UTC (rev 20790)
+++ trunk/dports/lang/ruby/Portfile	2006-11-28 22:15:26 UTC (rev 20791)
@@ -3,7 +3,7 @@
 
 name			ruby
 version			1.8.5
-revision		1
+revision		2
 
 categories		lang ruby
 maintainers		pguyot@kallisys.net
@@ -77,5 +77,6 @@
 variant tk {
 	configure.args-delete	--without-tk 
 	configure.args-append	--with-tk 
-	depends_lib-append		port:tcl port:tk 
+	depends_lib-append		port:tcl \
+							port:tk 
 }