[73564] trunk/dports/xfce/xfce-utils/Portfile

afb at macports.org afb at macports.org
Thu Nov 18 02:25:44 PST 2010


Revision: 73564
          http://trac.macports.org/changeset/73564
Author:   afb at macports.org
Date:     2010-11-18 02:25:36 -0800 (Thu, 18 Nov 2010)
Log Message:
-----------
skip browser variants (#27270)

Modified Paths:
--------------
    trunk/dports/xfce/xfce-utils/Portfile

Modified: trunk/dports/xfce/xfce-utils/Portfile
===================================================================
--- trunk/dports/xfce/xfce-utils/Portfile	2010-11-18 08:05:05 UTC (rev 73563)
+++ trunk/dports/xfce/xfce-utils/Portfile	2010-11-18 10:25:36 UTC (rev 73564)
@@ -4,6 +4,7 @@
 
 name		xfce-utils
 version		4.6.2
+revision	1
 categories	xfce
 platforms	darwin
 maintainers	afb
@@ -22,12 +23,5 @@
 configure.env	PERL=${prefix}/bin/perl5
 configure.args	--disable-gdm --with-xsession-prefix=${prefix}
 
-variant midori description "use midori as the default browser" {
-	depends_lib-append port:midori
-	configure.args-append --with-browser=midori
-}
-
-variant firefox description "use firefox as the default browser" {
-	depends_lib port:firefox-x11
-	configure.args-append --with-browser=firefox
-}
+# make sure that midori is added to the browser search list
+configure.args-append --with-browser=midori
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101118/cf3c2080/attachment.html>


More information about the macports-changes mailing list