diff options
Diffstat (limited to 'net/darkstat')
-rw-r--r-- | net/darkstat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 0d819504ebc..e89754d8e8b 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2007/05/09 13:39:11 obache Exp $ +# $NetBSD: Makefile,v 1.5 2007/06/11 15:23:12 obache Exp $ # DISTNAME= darkstat-3.0.619 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://dmr.ath.cx/net/darkstat/ DIST_SUBDIR= darkstat @@ -16,6 +17,8 @@ BUILD_TARGET= darkstat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-chroot-dir=${PREFIX}/share/darkstat/chroot +BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6.0 + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/darkstat ${INSTALL_DATA_DIR} ${PREFIX}/share/darkstat/chroot |