From 7f78e020c3450aa65adb49ce2eb04e7b79ec17e4 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 17 Sep 2006 19:42:54 +0000 Subject: mark isakmpd as broken, standardize Makefile. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4800 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/isakmpd/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'package') diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile index 98cb36f2c..2dbd202b3 100644 --- a/package/isakmpd/Makefile +++ b/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 -- cgit v1.2.3