From: Koen Kooi Date: Thu, 2 Aug 2007 13:36:59 +0000 (+0000) Subject: thcrut: fix depends X-Git-Tag: Release-2010-05/1~8868^2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409b3bf0ba1f5f911e028b0e6c00f5ac8f31247b;p=openembedded.git thcrut: fix depends --- diff --git a/packages/thc/thcrut_1.2.5.bb b/packages/thc/thcrut_1.2.5.bb index 2efec91167..f4e2b5bd7c 100644 --- a/packages/thc/thcrut_1.2.5.bb +++ b/packages/thc/thcrut_1.2.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "RUT (aRe-yoU-There) RUT gathers informations from local and remote networks" SECTION = "console/network" -DEPENDS = "openssl libnet" +DEPENDS = "libpcre openssl libnet libpcap" HOMEPAGE = "http://thc.org/thc-rut/" LICENSE = "GPL" PR = "r1"