From 891f921027df7350f5902f4e0b9ab21c83b4b696 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:06 +0000 Subject: [PATCH] [packages] arpd: depends on libevent2, not libevent SVN-Revision: 32304 --- net/arpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 8cf7327628..5c7bd4e770 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/arpd SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +libdnet +libevent +librt + DEPENDS:=+libpcap +libdnet +libevent2 +librt TITLE:=A daemon to fake ARP replies URL:=http://niels.xtdnet.nl/honeyd/ endef -- 2.30.2