diff options
-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 |