[78498] trunk/dports/php/php5-peb/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 10 00:02:37 PDT 2011


Revision: 78498
          http://trac.macports.org/changeset/78498
Author:   ryandesign at macports.org
Date:     2011-05-10 00:02:37 -0700 (Tue, 10 May 2011)
Log Message:
-----------
php5-peb: fix universal variant by not checking arch of non-universal dependency erlang

Modified Paths:
--------------
    trunk/dports/php/php5-peb/Portfile

Modified: trunk/dports/php/php5-peb/Portfile
===================================================================
--- trunk/dports/php/php5-peb/Portfile	2011-05-10 06:59:59 UTC (rev 78497)
+++ trunk/dports/php/php5-peb/Portfile	2011-05-10 07:02:37 UTC (rev 78498)
@@ -26,6 +26,9 @@
 depends_build-append \
     port:erlang
 
+# erlang is not universal, but that doesn't need to prevent peb from being universal
+depends_skip_archcheck  erlang
+
 pre-configure {
     set ei_dir [glob -directory ${prefix}/lib/erlang/lib/ erl_interface-*/]
     configure.cppflags-append -I${ei_dir}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110510/0cbbf772/attachment.html>


More information about the macports-changes mailing list