[62121] trunk/dports/editors/bluefish-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 28 21:56:49 PST 2009


Revision: 62121
          http://trac.macports.org/changeset/62121
Author:   ryandesign at macports.org
Date:     2009-12-28 21:56:48 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
bluefish-devel: turn off universal variant when enchant is in use

Modified Paths:
--------------
    trunk/dports/editors/bluefish-devel/Portfile

Modified: trunk/dports/editors/bluefish-devel/Portfile
===================================================================
--- trunk/dports/editors/bluefish-devel/Portfile	2009-12-29 05:55:51 UTC (rev 62120)
+++ trunk/dports/editors/bluefish-devel/Portfile	2009-12-29 05:56:48 UTC (rev 62121)
@@ -53,6 +53,11 @@
     configure.args-append --disable-spell-check
 }
 
+if {![variant_isset no_spellcheck]} {
+    # enchant is not universal
+    universal_variant no
+}
+
 variant tidy {
     depends_run bin:tidy:tidy
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/fa57b979/attachment.html>


More information about the macports-changes mailing list