[78006] trunk/dports/kde/kdebase4-runtime/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 19 04:25:44 PDT 2011


Revision: 78006
          http://trac.macports.org/changeset/78006
Author:   ryandesign at macports.org
Date:     2011-04-19 04:25:43 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------
kdebase4-runtime: disable universal when xine variant is selected

Modified Paths:
--------------
    trunk/dports/kde/kdebase4-runtime/Portfile

Modified: trunk/dports/kde/kdebase4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdebase4-runtime/Portfile	2011-04-19 11:18:21 UTC (rev 78005)
+++ trunk/dports/kde/kdebase4-runtime/Portfile	2011-04-19 11:25:43 UTC (rev 78006)
@@ -50,6 +50,10 @@
     configure.args-delete   -DXINE_INCLUDE_DIR=\"\" \
                             -DXINE_LIBRARY=\"\"
 }
+if {[variant_isset xine]} {
+    # xine-lib is not universal
+    universal_variant no
+}
 
 post-destroot {
 # Remove this file as it conflicts with hicolor-icon-theme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/3e748a3b/attachment.html>


More information about the macports-changes mailing list