diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:22:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 23:22:23 +0100 |
commit | 49af3d669f8345ef3ca3e1e14cdd4030cbbbb6e0 (patch) | |
tree | 1f8f5b4cdb4265e5428a2a77f2762706ae1247ca /package/snort | |
parent | e6d7923746537504a5e19b5c9aa050a1836048b6 (diff) | |
parent | 26d8c7c5138770572fc92bea028d9a8a067fe3c9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/snort')
-rw-r--r-- | package/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/snort/Makefile b/package/snort/Makefile index cc38c43cc..64dab93e8 100644 --- a/package/snort/Makefile +++ b/package/snort/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= b1abf3a9fa3486720c9a2b5eff920417 PKG_DESCR:= a flexible Network Intrusion Detection System (NIDS) PKG_SECTION:= net PKG_NOPARALLEL:= 1 -PKG_DEPENDS:= libnet libpcap pcre +PKG_DEPENDS:= libnet libpcap libpcre PKG_BUILDDEP+= libnet libpcap pcre PKG_URL:= http://www.snort.org/ PKG_SITES:= http://dl.snort.org/snort-current/ |