Revision: 139016 https://trac.macports.org/changeset/139016 Author: dports@macports.org Date: 2015-07-28 13:06:10 -0700 (Tue, 28 Jul 2015) Log Message: ----------- xindy: add x86_64 to supported_archs because clisp supports it now Modified Paths: -------------- trunk/dports/tex/xindy/Portfile Modified: trunk/dports/tex/xindy/Portfile =================================================================== --- trunk/dports/tex/xindy/Portfile 2015-07-28 19:49:35 UTC (rev 139015) +++ trunk/dports/tex/xindy/Portfile 2015-07-28 20:06:10 UTC (rev 139016) @@ -5,6 +5,7 @@ name xindy version 2.5.1 +revision 1 categories tex textproc license GPL-2+ @@ -24,8 +25,8 @@ homepage http://www.xindy.org/ master_sites tex_ctan:indexing/${name}/base/ -# requires clisp, which does not support 64-bit -supported_archs i386 ppc +# requires clisp, which only supports these architectures +supported_archs i386 ppc x86_64 depends_lib port:clisp
participants (1)
-
dports@macports.org