diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
commit | 51587fc1590d05b7e85023d5e90bbd3a1d909223 (patch) | |
tree | f2a5e92f7bc6a27525a67c892ce3098489fb4741 /package/nmap | |
parent | 539504330987714b2189f8887c66682171cbecc8 (diff) |
rename pcre package -> libpcre, fix nmap build dependency
Diffstat (limited to 'package/nmap')
-rw-r--r-- | package/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index 587ad980f..6e314970d 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -6,12 +6,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nmap PKG_VERSION:= 5.00 PKG_RELEASE:= 1 -PKG_BUILDDEP+= pcre libpcap PKG_CXX:= NMAP PKG_MD5SUM:= 32d27de32166c02d670bb4a086185886 PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net -PKG_DEPENDS:= libdnet libpcap pcre +PKG_DEPENDS:= libdnet libpcap libpcre +PKG_BUILDDEP+= libdnet libpcap pcre PKG_URL:= http://nmap.org PKG_SITES:= http://download.insecure.org/nmap/dist/ |