diff options
author | krion <krion@FreeBSD.org> | 2004-02-12 23:25:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-12 23:25:33 +0800 |
commit | ce4716830e130ba9ef380493dc3024ce60a2be28 (patch) | |
tree | 15a0ad5aa9db549822effc0575bccaa64d6430ee /net-mgmt/pmacct/Makefile | |
parent | 6473f01bbf0b012805b9bd9a95b3daf5e308465b (diff) | |
download | freebsd-ports-gnome-ce4716830e130ba9ef380493dc3024ce60a2be28.tar.gz freebsd-ports-gnome-ce4716830e130ba9ef380493dc3024ce60a2be28.tar.zst freebsd-ports-gnome-ce4716830e130ba9ef380493dc3024ce60a2be28.zip |
- Update to version 0.6.0p3
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 1889f220fa99..f818eb799333 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.6.0p2 +PORTVERSION= 0.6.0p3 CATEGORIES= net MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -14,7 +14,6 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Network tool to gather IP traffic information WRKSRC= ${WRKDIR}/pmacct-0.6.0 -USE_SIZE= yes .if defined(WITH_MYSQL) USE_MYSQL= yes |