[120177] trunk/dports/www/nginx/Portfile

cal at macports.org cal at macports.org
Sun May 18 06:28:05 PDT 2014


Revision: 120177
          https://trac.macports.org/changeset/120177
Author:   cal at macports.org
Date:     2014-05-18 06:28:05 -0700 (Sun, 18 May 2014)
Log Message:
-----------
nginx: Choose a single blessed perl, fix build in trace mode

Modified Paths:
--------------
    trunk/dports/www/nginx/Portfile

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2014-05-18 13:08:53 UTC (rev 120176)
+++ trunk/dports/www/nginx/Portfile	2014-05-18 13:28:05 UTC (rev 120177)
@@ -168,9 +168,9 @@
 }
 
 variant perl5 description {Add perl support to the server directly within nginx and call perl via SSI} {
-    depends_run-append      path:bin/perl:perl5
+    depends_lib-append      port:perl5.16
     configure.args-append   --with-http_perl_module \
-                            --with-perl=${prefix}/bin/perl
+                            --with-perl=${prefix}/bin/perl5.16
 }
 
 variant random_index description {Randomize directory indexes} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/ce28e14c/attachment.html>


More information about the macports-changes mailing list