From d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 17 Sep 2006 19:42:54 +0000 Subject: [PATCH 1/1] mark isakmpd as broken, standardize Makefile. SVN-Revision: 4800 --- openwrt/package/isakmpd/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/openwrt/package/isakmpd/Makefile b/openwrt/package/isakmpd/Makefile index 98cb36f2c2..2dbd202b3d 100644 --- a/openwrt/package/isakmpd/Makefile +++ b/openwrt/package/isakmpd/Makefile @@ -24,12 +24,11 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk define Package/isakmpd -SECTION:=base -CATEGORY:=Network -DEPENDS:=@LINUX_2_6 +libopenssl +keynote +libgmp -TITLE:=IPsec management tools -DESCRIPTION:=IPsec management tools -URL:=http://isakmpd.sourceforge.net/ + SECTION:=base + CATEGORY:=Network + DEPENDS:=@BROKEN @LINUX_2_6 +libopenssl +keynote +libgmp + TITLE:=IPsec management tools + URL:=http://isakmpd.sourceforge.net/ endef define Build/Compile -- 2.30.2