From c396bfc813b324ef2b6c9e34a6592eb926a8807d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 8 Aug 2006 01:16:31 +0000 Subject: [PATCH] change dependencies (from strict depend to select) SVN-Revision: 4515 --- libs/libnet/Makefile | 2 +- net/cbtt/Makefile | 2 +- net/wpa_supplicant/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libnet/Makefile b/libs/libnet/Makefile index 4a318b9b99..415b3537c1 100644 --- a/libs/libnet/Makefile +++ b/libs/libnet/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libnet SECTION:=libs CATEGORY:=Libraries - DEPENDS:=libpcap + DEPENDS:=+libpcap TITLE:=Low-level packet creation library DESCRIPTION:=Low-level packet creation library URL:=http://www.packetfactory.net/libnet/ diff --git a/net/cbtt/Makefile b/net/cbtt/Makefile index ebae8bbaf3..01e1aa0f38 100644 --- a/net/cbtt/Makefile +++ b/net/cbtt/Makefile @@ -36,7 +36,7 @@ endef define Package/cbtt-mysql SECTION:=net CATEGORY:=Network - DEPENDS:=cbtt libmysqlclient + DEPENDS:=cbtt +libmysqlclient TITLE:=Bittorrent tracker with mysql support DESCRIPTION:=Bittorrent tracker with mysql support URL:=http://bnbtusermods.sourceforge.net diff --git a/net/wpa_supplicant/Makefile b/net/wpa_supplicant/Makefile index 678d7af2d7..742b812bd6 100755 --- a/net/wpa_supplicant/Makefile +++ b/net/wpa_supplicant/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/wpa-supplicant SECTION:=net CATEGORY:=Network - DEPENDS:=libopenssl + DEPENDS:=+libopenssl TITLE:=WPA Supplicant DESCRIPTION:=WPA Supplicant URL:=http://hostap.epitest.fi/wpa_supplicant/ -- 2.30.2