diff options
author | krion <krion@FreeBSD.org> | 2004-07-15 03:01:15 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-15 03:01:15 +0800 |
commit | 7bc92132904f0b2f4f1073cfc205ef5eab4f19cc (patch) | |
tree | 2fbc7e169af7dfa815914df6764d664efc4f4962 /net-mgmt/pmacct/Makefile | |
parent | 51dd38745464f1226d275cb5b3c9fd192905ea6b (diff) | |
download | freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.tar.gz freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.tar.zst freebsd-ports-gnome-7bc92132904f0b2f4f1073cfc205ef5eab4f19cc.zip |
Update to 0.7.1
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 7bd0c97f3d08..64a6c53aa630 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" \ |