diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-11-16 22:39:21 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-11-16 22:39:21 +0000 |
commit | e7ec142f0aab3b50a0c3d85479f923061ceba465 (patch) | |
tree | 6e8ae1eecdd688ae71defa575befbe73a99410c2 /net-mgmt/flow-tools | |
parent | 85d740416fa8a2b28a5a8b655616341b9f153a79 (diff) |
Notes
Diffstat (limited to 'net-mgmt/flow-tools')
-rw-r--r-- | net-mgmt/flow-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile index a1ed32e0426d..af5c8dfe1d32 100644 --- a/net-mgmt/flow-tools/Makefile +++ b/net-mgmt/flow-tools/Makefile @@ -7,13 +7,15 @@ PORTNAME= flow-tools PORTVERSION= 0.68 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ MAINTAINER= stas@FreeBSD.org COMMENT= Suite of tools and library to work with netflow data +CONFLICTS= flow-tools-ng-[0-9]* + USE_PYTHON_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--localstatedir="${PREFIX}" |