diff options
author | obache <obache@pkgsrc.org> | 2007-06-11 15:23:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-11 15:23:12 +0000 |
commit | f5133279d1654748e61a168b773d023180cfde5a (patch) | |
tree | 0c7d070c97630f7701a8faafd54487806118530a /net/darkstat | |
parent | 00cda0562b13056d9b3a3bf65db06a8e8274bb7a (diff) | |
download | pkgsrc-f5133279d1654748e61a168b773d023180cfde5a.tar.gz |
Fix depending version of libpcap, need newer prototype for pcap_freenode.
Bump PKGREVISION.
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 |