[67204] trunk/dports/textproc/ekhtml/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat May 1 20:53:03 PDT 2010
Revision: 67204
http://trac.macports.org/changeset/67204
Author: ryandesign at macports.org
Date: 2010-05-01 20:52:57 -0700 (Sat, 01 May 2010)
Log Message:
-----------
ekhtml: fix universal variant when ccache is not installed
Modified Paths:
--------------
trunk/dports/textproc/ekhtml/Portfile
Modified: trunk/dports/textproc/ekhtml/Portfile
===================================================================
--- trunk/dports/textproc/ekhtml/Portfile 2010-05-02 03:10:12 UTC (rev 67203)
+++ trunk/dports/textproc/ekhtml/Portfile 2010-05-02 03:52:57 UTC (rev 67204)
@@ -21,7 +21,9 @@
sha1 d4e6c25964f7e110073f646950dc307e84d61f1b \
rmd160 8e5d664821d181e12f0fc6d24d1a288f432cc2b5
-configure.ccache no
+if {![variant_isset universal]} {
+ configure.ccache no
+}
use_parallel_build no
@@ -37,7 +39,6 @@
}
if {[variant_isset universal]} {
- configure.ccache yes
use_autoconf yes
use_automake yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100501/c55a3292/attachment.html>
More information about the macports-changes
mailing list