[34377] trunk/dports/x11/lablgtk2/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Fri Feb 22 12:47:25 PST 2008


Revision: 34377
          http://trac.macosforge.org/projects/macports/changeset/34377
Author:   pguyot at kallisys.net
Date:     2008-02-22 12:47:24 -0800 (Fri, 22 Feb 2008)

Log Message:
-----------
x11/lablgtk2: new +gtksourceview variant

Modified Paths:
--------------
    trunk/dports/x11/lablgtk2/Portfile

Modified: trunk/dports/x11/lablgtk2/Portfile
===================================================================
--- trunk/dports/x11/lablgtk2/Portfile	2008-02-22 20:46:06 UTC (rev 34376)
+++ trunk/dports/x11/lablgtk2/Portfile	2008-02-22 20:47:24 UTC (rev 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	{<DT> <a href="dist/lablgtk-(2.*?).tar.gz">lablgtk-\1.tar.gz</a>}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080222/2ae6f9e1/attachment.html 


More information about the macports-changes mailing list