diff options
-rw-r--r-- | net-mgmt/pmacct/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 7bd0c97..64a6c53 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -31,6 +31,10 @@ CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif +.if defined(WITH_MMAP) +CONFIGURE_ARGS+=--enable-mmap +.endif + GNU_CONFIGURE= yes GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index aa6e674..21fbd7d 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.7.0.tar.gz) = 02b7e756638da1100a25fe449faae1ed -SIZE (pmacct-0.7.0.tar.gz) = 155161 +MD5 (pmacct-0.7.1.tar.gz) = 5fa26df1d70f6895453ad72a6d039545 +SIZE (pmacct-0.7.1.tar.gz) = 159832 |