most recent changes, diff for lablgtk

Index: x11/lablgtk2/Portfile
--- x11/lablgtk2/Portfile (revision 34376)
+++ x11/lablgtk2/Portfile (revision 34377)
@@ -1,6 +1,7 @@
# $Id$

PortSystem 1.0
+
name lablgtk2
version 2.10.0
categories x11
@@ -28,11 +29,17 @@
--without-gtkspell --without-gtksourceview
build.target world

-variant rsvg {
+variant rsvg description "enable rsvg support" {
configure.args-delete --without-rsvg
configure.args-append --with-rsvg
depends_lib-append lib:librsvg-2:librsvg
}

+variant gtksourceview description "enable gtksourceview support" {
+ configure.args-delete --without-gtksourceview
+ configure.args-append --with-gtksourceview
+ depends_lib-append port:gtksourceview
+}
+
livecheck.check regex
livecheck.regex {
lablgtk-\1.tar.gz}