From db38d2041dd1212cf28d99f7cf95693ee2af9f25 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 1 Nov 2005 15:25:01 +0000 Subject: [PATCH] missing wantlib --- net/arpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 257c22168a6..6bd6dad8ba1 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2005/09/10 09:18:47 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2005/11/01 15:25:01 espie Exp $ COMMENT= "ARP reply daemon" DISTNAME= arpd-0.2 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= net MAINTAINER= Jason Peel @@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c pcap +WANTLIB= c pcap event MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/