diff options
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} |