From c7bc144d1bcb1f8eaee3231909df8690e3272592 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 15 Apr 2010 01:44:09 +0000 Subject: [PATCH] ipsec-tools: add dependency on kmod-ipsec (closes: #7164) SVN-Revision: 20868 --- net/ipsec-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index 4aff93e8f..fd5cd7206 100644 --- a/net/ipsec-tools/Makefile +++ b/net/ipsec-tools/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ipsec-tools SECTION:=net CATEGORY:=Network - DEPENDS:=@LINUX_2_6 +libopenssl + DEPENDS:=@LINUX_2_6 +libopenssl +kmod-ipsec TITLE:=IPsec management tools URL:=http://ipsec-tools.sourceforge.net/ endef -- 2.30.2