[146441] trunk/dports/php/php-mongo/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 7 09:58:18 PST 2016


Revision: 146441
          https://trac.macports.org/changeset/146441
Author:   ryandesign at macports.org
Date:     2016-03-07 09:58:18 -0800 (Mon, 07 Mar 2016)
Log Message:
-----------
php-mongo: supports x86_64 only, to match mongodb

Modified Paths:
--------------
    trunk/dports/php/php-mongo/Portfile

Modified: trunk/dports/php/php-mongo/Portfile
===================================================================
--- trunk/dports/php/php-mongo/Portfile	2016-03-07 17:24:27 UTC (rev 146440)
+++ trunk/dports/php/php-mongo/Portfile	2016-03-07 17:58:18 UTC (rev 146441)
@@ -24,5 +24,9 @@
 
 if {${name} ne ${subport}} {
     depends_build-append    port:mongodb
+
+    # mongodb supports x86_64 only
+    supported_archs         x86_64
+
     patchfiles-append       patch-config.m4.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160307/edd2e974/attachment.html>


More information about the macports-changes mailing list