Revision
67204
Author
ryandesign@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

Diff

Modified: trunk/dports/textproc/ekhtml/Portfile (67203 => 67204)


--- 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