From 51587fc1590d05b7e85023d5e90bbd3a1d909223 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 4 Jan 2010 13:07:01 +0100 Subject: rename pcre package -> libpcre, fix nmap build dependency --- package/nmap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/nmap') 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/ -- cgit v1.2.3