Browse Source

Fixed nmap to remove the unsupported '--docdir' configure option

early
Christian Wiese 17 years ago
parent
commit
ddf47c8992
  1. 5
      security/nmap/nmap.conf

5
security/nmap/nmap.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../nmap/nmap.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -12,5 +12,8 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# configure doesn't support --docdir
var_remove_regex confopt ' ' "\-\-docdir\=.*"
# GTK+ (nmapfe) support
pkginstalled gtk+ || var_append confopt ' ' "--without-nmapfe"

Loading…
Cancel
Save