Skip to content

Commit

Permalink
Depend on appropriate libpcap version. From Sergey Svishchev.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Dec 2, 2007
1 parent d0edef0 commit fa70af9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/dnstop/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2007/03/04 06:49:44 dogcow Exp $
# $NetBSD: Makefile,v 1.19 2007/12/02 12:59:11 wiz Exp $
#

DISTNAME= dnstop-20070219
Expand All @@ -18,5 +18,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/dnstop

.include "../../devel/ncurses/buildlink3.mk"
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.7.0
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit fa70af9

Please sign in to comment.