diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /net/arpd | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) |
Notes
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index dfbbbdf2b4e9..d41082cd4d2b 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -7,17 +7,15 @@ PORTNAME= arpd PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ MAINTAINER= yb@bashibuzuk.net COMMENT= A daemon to service arp replies -BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent -RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \ + dnet.1:${PORTSDIR}/net/libdnet GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |