[83753] trunk/dports/audio/open_jtalk/Portfile

hum at macports.org hum at macports.org
Sat Sep 10 09:42:24 PDT 2011


Revision: 83753
          http://trac.macports.org/changeset/83753
Author:   hum at macports.org
Date:     2011-09-10 09:42:23 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
open_jtalk: use autoreconf only in universal build

Modified Paths:
--------------
    trunk/dports/audio/open_jtalk/Portfile

Modified: trunk/dports/audio/open_jtalk/Portfile
===================================================================
--- trunk/dports/audio/open_jtalk/Portfile	2011-09-10 16:41:21 UTC (rev 83752)
+++ trunk/dports/audio/open_jtalk/Portfile	2011-09-10 16:42:23 UTC (rev 83753)
@@ -26,7 +26,9 @@
 
 patchfiles          patch-Makefile.diff
 
-use_autoreconf      yes
+if {[variant_isset universal]} {
+    use_autoreconf  yes
+}
 
 configure.args      --with-hts-engine-header-path=${prefix}/include \
                     --with-hts-engine-library-path=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/64550146/attachment.html>


More information about the macports-changes mailing list