[71605] trunk/dports/x11/fvwm2/Portfile

devans at macports.org devans at macports.org
Fri Sep 17 17:25:19 PDT 2010


Revision: 71605
          http://trac.macports.org/changeset/71605
Author:   devans at macports.org
Date:     2010-09-17 17:25:18 -0700 (Fri, 17 Sep 2010)
Log Message:
-----------
fvwm2: typo, required variants are not 'set'.

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

Modified: trunk/dports/x11/fvwm2/Portfile
===================================================================
--- trunk/dports/x11/fvwm2/Portfile	2010-09-18 00:23:00 UTC (rev 71604)
+++ trunk/dports/x11/fvwm2/Portfile	2010-09-18 00:25:18 UTC (rev 71605)
@@ -26,7 +26,7 @@
 
 depends_lib         port:xorg-libsm \
                     port:xorg-libXinerama \
-                    port:xorg-libXcursor\
+                    port:xorg-libXcursor \
                     port:xpm \
                     port:Xft2 \
                     port:libpng \
@@ -48,7 +48,7 @@
 
 # port:gtk1 is not universal
 
-if {[variant_isset gtk]} {
+if {[variant_isset gtk] || [variant_isset gnome]} {
         universal_variant   no
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100917/7d299bc6/attachment.html>


More information about the macports-changes mailing list