diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-24 16:18:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-24 16:18:02 +0000 |
commit | a030003d2b419b43e7fed468b2ab1bc06f3240e3 (patch) | |
tree | d4d1857d50168fb31320ea33df06310ae1ca927e /net-mgmt/pmacct/Makefile | |
parent | c880cdc6e7aa5af9e60e5e39a6bc03293aed76aa (diff) |
Notes
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 1cd30d0ff0fe..ced6ba896b7b 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,15 +6,13 @@ # PORTNAME= pmacct -PORTVERSION= 0.6.0p3 +PORTVERSION= 0.6.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information -WRKSRC= ${WRKDIR}/pmacct-0.6.0 - .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql |