diff options
author | stas <stas@FreeBSD.org> | 2008-11-17 06:39:21 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-11-17 06:39:21 +0800 |
commit | 6477141a91df23b529de82c8ce8222544bd78731 (patch) | |
tree | 88e0f574106ac1534ecfa7decf35538d4778eaaa /net-mgmt | |
parent | b934f676e1d9e291a61fd21cb710edd854a55703 (diff) | |
download | freebsd-ports-gnome-6477141a91df23b529de82c8ce8222544bd78731.tar.gz freebsd-ports-gnome-6477141a91df23b529de82c8ce8222544bd78731.tar.zst freebsd-ports-gnome-6477141a91df23b529de82c8ce8222544bd78731.zip |
- Flow-tools conflicts with freshly-imported flow-tools-ng.
Diffstat (limited to 'net-mgmt')
-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}" |