summaryrefslogtreecommitdiff
path: root/package/nmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r--package/nmap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile
index 269a84ce3..4b0ea6d5c 100644
--- a/package/nmap/Makefile
+++ b/package/nmap/Makefile
@@ -6,6 +6,10 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= nmap
PKG_VERSION:= 5.00
PKG_RELEASE:= 1
+PKG_BUILDDEP+= pcre libpcap
+ifeq (${ADK_COMPILE_NMAP_WITH_UCLIBCXX},y)
+PKG_BUILDDEP+= uclibc++
+endif
PKG_MD5SUM:= 32d27de32166c02d670bb4a086185886
PKG_DESCR:= utility for network exploration or security auditing
PKG_SECTION:= net