Revision: 83398 http://trac.macports.org/changeset/83398 Author: mww@macports.org Date: 2011-08-31 03:37:08 -0700 (Wed, 31 Aug 2011) Log Message: ----------- v5.4 can use gmp -- explicitely use it; increase revision; add license key; Modified Paths: -------------- trunk/dports/lang/polyml/Portfile Modified: trunk/dports/lang/polyml/Portfile =================================================================== --- trunk/dports/lang/polyml/Portfile 2011-08-31 10:34:28 UTC (rev 83397) +++ trunk/dports/lang/polyml/Portfile 2011-08-31 10:37:08 UTC (rev 83398) @@ -4,9 +4,11 @@ name polyml version 5.4.1 +revision 1 categories lang ml platforms darwin maintainers mww +license LGPL-2.1 description An implementation of Standard ML. long_description Poly/ML is an extremely fast and efficient implementation of \ Standard ML. Program state can be saved in a memory-mapped \ @@ -20,11 +22,9 @@ sha1 85998ff7b290fae821a23fa5303b012ccea07ea1 \ rmd160 7f3916f306f1fa24afb5b7cbb77bac98c9e4ab24 -configure.ldflags -configure.cppflags +depends_lib port:gmp + configure.args --mandir=${prefix}/share/man --build=${build_arch}-apple-darwin${os.major} -# YES, the C++ compiler is working just fine! (test fails though -- for whatever reason; override it) -configure.env check_cpp=yes post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
participants (1)
-
mww@macports.org