[44475] trunk/dports/www/nginx/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Sun Dec 28 23:29:24 PST 2008
Revision: 44475
http://trac.macports.org/changeset/44475
Author: mcalhoun at macports.org
Date: 2008-12-28 23:29:23 -0800 (Sun, 28 Dec 2008)
Log Message:
-----------
nginx: change perl dependency from port:perl5.8 to path:bin/perl (see #16830).
Explicitly state which perl to use.
Modified Paths:
--------------
trunk/dports/www/nginx/Portfile
Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile 2008-12-29 06:52:07 UTC (rev 44474)
+++ trunk/dports/www/nginx/Portfile 2008-12-29 07:29:23 UTC (rev 44475)
@@ -109,8 +109,9 @@
# at that time.
variant perl5 description {Add perl support to the server directly within\
nginx and call perl via SSI} {
- depends_run-append port:perl5.8
- configure.args-append --with-http_perl_module
+ depends_run-append path:bin/perl:perl5
+ configure.args-append --with-http_perl_module \
+ --with-perl=${prefix}/bin/perl
}
variant realip description {Using nginx as a backend} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081228/1df1d5ef/attachment.html>
More information about the macports-changes
mailing list