[41118] trunk/dports/math/pari/Portfile

vinc17 at macports.org vinc17 at macports.org
Thu Oct 23 17:54:30 PDT 2008


Revision: 41118
          http://trac.macports.org/changeset/41118
Author:   vinc17 at macports.org
Date:     2008-10-23 17:54:29 -0700 (Thu, 23 Oct 2008)
Log Message:
-----------
pari: added gmp variant. Closes #16957.

Modified Paths:
--------------
    trunk/dports/math/pari/Portfile

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2008-10-24 00:40:06 UTC (rev 41117)
+++ trunk/dports/math/pari/Portfile	2008-10-24 00:54:29 UTC (rev 41118)
@@ -28,6 +28,11 @@
     file rename -force ${worksrcpath}/Configure ${worksrcpath}/configure
 }
 
+variant gmp description {GNU MP support} {
+    depends_lib-append port:gmp
+    configure.args-append --with-gmp
+}
+
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     file mkdir ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081023/e4b6d454/attachment-0001.html>


More information about the macports-changes mailing list