[39108] trunk/dports/www/elinks/Portfile

simon at macports.org simon at macports.org
Fri Aug 8 02:49:40 PDT 2008


Revision: 39108
          http://trac.macosforge.org/projects/macports/changeset/39108
Author:   simon at macports.org
Date:     2008-08-08 02:49:40 -0700 (Fri, 08 Aug 2008)
Log Message:
-----------
www/elinks: Added support for lua scripting, needs lua50.

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

Modified: trunk/dports/www/elinks/Portfile
===================================================================
--- trunk/dports/www/elinks/Portfile	2008-08-08 09:44:23 UTC (rev 39107)
+++ trunk/dports/www/elinks/Portfile	2008-08-08 09:49:40 UTC (rev 39108)
@@ -40,3 +40,10 @@
                     --without-gnutls \
                     --with-openssl=${prefix} \
                     --with-zlib=${prefix}
+
+variant lua description {Build with Lua support} {
+    depends_lib-append      port:lua50
+
+    configure.args-delete   --without-lua
+    configure.args-append   --with-lua
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080808/69fb5f70/attachment.html 


More information about the macports-changes mailing list