[Lunar-commits] <moonbase> nmap: remove the pysqlite depend.
Florin Braescu
florin at lunar-linux.org
Wed Feb 18 21:34:11 CET 2009
commit 20b0e9a2348994b628fd810b1e56c71c33bcfdf6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Feb 18 22:34:11 2009 +0200
nmap: remove the pysqlite depend.
Pysqlite is included in Python now.
---
security/nmap/DEPENDS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/nmap/DEPENDS b/security/nmap/DEPENDS
index 4bfdb19..b81ed9b 100644
--- a/security/nmap/DEPENDS
+++ b/security/nmap/DEPENDS
@@ -1,2 +1,2 @@
-optional_depends gtk+-2 "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe (you have to say yes also for pysqlite)"
-optional_depends pysqlite "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe"
+optional_depends gtk+-2 "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe (you have to say yes also for Python)"
+optional_depends Python "--with-nmapfe" "--without-nmapfe" "for xnmap and nmapfe"
More information about the Lunar-commits
mailing list