diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-4.53.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-4.53.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/nmap/nmap-4.53.ebuild b/net-analyzer/nmap/nmap-4.53.ebuild index c0f2872a1fa7..1757acfe467d 100644 --- a/net-analyzer/nmap/nmap-4.53.ebuild +++ b/net-analyzer/nmap/nmap-4.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.53.ebuild,v 1.9 2008/03/09 15:53:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.53.ebuild,v 1.10 2008/03/25 14:37:07 spock Exp $ inherit eutils flag-o-matic @@ -42,6 +42,8 @@ src_compile() { else myconf="--with-liblua=included" fi + else + myconf="--without-liblua" fi econf \ |