aboutsummaryrefslogtreecommitdiff
path: root/net/arpd
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
commit654f115b69090156ea0f60623194d19d7b9cfa3b (patch)
treee5279b7a5a4e4949f2d66b711a51c1de93cf45df /net/arpd
parentb7408d98fcf5fa9972308456c0097352f23ca710 (diff)
Notes
Diffstat (limited to 'net/arpd')
-rw-r--r--net/arpd/Makefile8
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}