diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2005-01-23 19:51:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2005-01-23 19:51:03 +0000 |
commit | e3f1a4ff7e7e98e1dc64cb93a153c565c0a59ec4 (patch) | |
tree | 5cca5ddcbafe0060667435f72f3b47d06b3a8328 /net/arpd | |
parent | Add rcNG startup script. [1] (diff) |
Unbreak: now compiles with latest libevent port
PR: 76373
Submitted by: Phil Oleson <oz@nixil.net>
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index 9f6089550737..f1263fe674de 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -18,8 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent -BROKEN= Broken by libevent update - GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |