aboutsummaryrefslogtreecommitdiffstats
path: root/net/arpd
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
committermnag <mnag@FreeBSD.org>2006-12-05 21:29:01 +0800
commitd2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch)
tree706b379e9c8d05fca20579d2421ef4fd1968a805 /net/arpd
parent6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff)
downloadfreebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst
freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.zip
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
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}