Revision
79977
Author
ryandesign@macports.org
Date
2011-06-30 23:42:52 -0700 (Thu, 30 Jun 2011)

Log Message

ocamlduce: disable universal variant

Modified Paths

Diff

Modified: trunk/dports/lang/ocamlduce/Portfile (79976 => 79977)


--- trunk/dports/lang/ocamlduce/Portfile	2011-07-01 05:44:20 UTC (rev 79976)
+++ trunk/dports/lang/ocamlduce/Portfile	2011-07-01 06:42:52 UTC (rev 79977)
@@ -23,6 +23,9 @@
 checksums           md5 16e69929c9fbe57642dd700bb595360e
 depends_lib         bin:camlp4:ocaml
 
+# ocaml is not universal
+universal_variant   no
+
 post-destroot {
         system "ranlib ${destroot}${prefix}/lib/ocaml/ocamlduce.a"
 }