diff options
author | krion <krion@FreeBSD.org> | 2005-02-03 01:41:45 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-03 01:41:45 +0800 |
commit | b8dc1d83fe486666309200417136dfe6da432523 (patch) | |
tree | aee82706c20c5a47ad754bf976b6d9ed1dc39ebe /net-mgmt/pmacct | |
parent | 5c83e1b1e3159ce0542cd4138f7b21b3405ea49d (diff) | |
download | freebsd-ports-gnome-b8dc1d83fe486666309200417136dfe6da432523.tar.gz freebsd-ports-gnome-b8dc1d83fe486666309200417136dfe6da432523.tar.zst freebsd-ports-gnome-b8dc1d83fe486666309200417136dfe6da432523.zip |
Define WITHOUT_MMAP since it's enabled by default.
Reported by: pawmal-posting at freebsd dot lublin dot pl
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index bb35d9eef90a..eb13c795e940 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -31,8 +31,8 @@ CONFIGURE_ARGS+= --disable-pgsql PLIST_SUB+= WITH_PGSQL="@comment " .endif -.if defined(WITH_MMAP) -CONFIGURE_ARGS+=--enable-mmap +.if defined(WITHOUT_MMAP) +CONFIGURE_ARGS+=--disable-mmap .endif GNU_CONFIGURE= yes |