[38969] trunk/dports/net/nmap/Portfile

dluke at macports.org dluke at macports.org
Mon Aug 4 06:21:10 PDT 2008


Revision: 38969
          http://trac.macosforge.org/projects/macports/changeset/38969
Author:   dluke at macports.org
Date:     2008-08-04 06:21:09 -0700 (Mon, 04 Aug 2008)
Log Message:
-----------
Fix nmap build failure while lua port is installed by forcing use of nmap's included lua.

fixes #16194

Modified Paths:
--------------
    trunk/dports/net/nmap/Portfile

Modified: trunk/dports/net/nmap/Portfile
===================================================================
--- trunk/dports/net/nmap/Portfile	2008-08-04 12:54:36 UTC (rev 38968)
+++ trunk/dports/net/nmap/Portfile	2008-08-04 13:21:09 UTC (rev 38969)
@@ -40,7 +40,8 @@
 		--mandir=\\\${prefix}/share/man \
 		--infodir=\\\${prefix}/share/info \
 		--with-openssl=${prefix} \
-		--with-libpcre=${prefix}
+		--with-libpcre=${prefix} \
+		--with-liblua=included
 
 use_parallel_build	no
 configure.ccache	no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080804/de296e1b/attachment.html 


More information about the macports-changes mailing list