diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-09-21 20:21:30 +0000 |
commit | 5a1d1148e1bf522e5cec350ddbb7241017615b23 (patch) | |
tree | c0c7a07736914867ed86b175a6df18598e35d03f /net/arpd | |
parent | b70fcd10eb3b1db807baac1c511236218a2f249b (diff) | |
download | ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.tar.gz ports-5a1d1148e1bf522e5cec350ddbb7241017615b23.zip |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
Notes
Notes:
svn path=/head/; revision=199865
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index b69283d6d86e..126d688f0ccf 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -7,14 +7,14 @@ PORTNAME= arpd PORTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ MAINTAINER= yb@bashibuzuk.net COMMENT= A daemon to service arp replies -LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent \ +LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent \ dnet.1:${PORTSDIR}/net/libdnet GNU_CONFIGURE= yes |