Bump the revision after Charlie's commit. Ticket: #11006
--- 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
}