From b14d6274ef86b5a441aa6f4cfa6d70827c4a7824 Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 19 Sep 2005 13:53:30 +0000 Subject: Update to 0.9.2 --- net-mgmt/pmacct/Makefile | 6 +++++- net-mgmt/pmacct/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'net-mgmt/pmacct') diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 98523f32c8b5..24167464c74d 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -27,6 +27,10 @@ OPTIONS= MYSQL "Enable MySQL support." Off \ .include +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +CONFIGURE_ARGS+= --enable-64bit +.endif + .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index fb220ce5081a..f07212ed8bf3 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.9.1.tar.gz) = 81e637c4b449aa8c521fa4431a5caa97 -SIZE (pmacct-0.9.1.tar.gz) = 287304 +MD5 (pmacct-0.9.2.tar.gz) = 914035614d4965dab241fc27d0fd78d7 +SIZE (pmacct-0.9.2.tar.gz) = 290806 -- cgit