Revision: 91526 https://trac.macports.org/changeset/91526 Author: ryandesign@macports.org Date: 2012-04-03 20:29:51 -0700 (Tue, 03 Apr 2012) Log Message: ----------- zenity: add rarian dependency; see #32104 Modified Paths: -------------- trunk/dports/gnome/zenity/Portfile Modified: trunk/dports/gnome/zenity/Portfile =================================================================== --- trunk/dports/gnome/zenity/Portfile 2012-04-04 01:23:38 UTC (rev 91525) +++ trunk/dports/gnome/zenity/Portfile 2012-04-04 03:29:51 UTC (rev 91526) @@ -4,7 +4,7 @@ name zenity version 2.32.1 -revision 2 +revision 3 set branch [join [lrange [split ${version} .] 0 1] .] description zenity allows you to display dialog boxes from the commandline. long_description This is zenity - a rewrite of gdialog, the GNOME port \ @@ -26,7 +26,8 @@ depends_lib port:gtk2 \ port:libnotify \ - port:libpng + port:libpng \ + port:rarian use_bzip2 yes