summaryrefslogtreecommitdiffstats
path: root/extra/nmap/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nmap/Pkgfile')
-rwxr-xr-xextra/nmap/Pkgfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/nmap/Pkgfile b/extra/nmap/Pkgfile
index 3096414b8..ae10a94f5 100755
--- a/extra/nmap/Pkgfile
+++ b/extra/nmap/Pkgfile
@@ -2,18 +2,16 @@
# URL: http://insecure.org/nmap/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: python
+# Depends on:
name=nmap
version=5.21
-#4.85BETA9
release=1
source=(http://nmap.org/dist/$name-$version.tar.bz2)
-
build() {
cd $name-$version
- ./configure --prefix=/usr \
+ PYTHON=python2 ./configure --prefix=/usr \
--mandir=/usr/share/man \
--localedir=/usr/share/locale \
--docdir=/usr/share/doc \