From: Nicolas Thill Date: Sun, 17 Sep 2006 19:42:54 +0000 (+0000) Subject: mark isakmpd as broken, standardize Makefile. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6e2ef72d9cedf4b1a4aa815f67666a43e52fcef;p=librecmc%2Flibrecmc.git mark isakmpd as broken, standardize Makefile. SVN-Revision: 4800 --- 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