diff options
-rw-r--r-- | freebsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index 132d71f..5b127dc 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -66,11 +66,11 @@ PLIST_SUB+= GTK="" \ .endif OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32 -OPTIONS_DEFAULT= LEXILLA +OPTIONS_DEFAULT= LEXILLA MALLOC_REPLACEMENT OPTIONS_SUB= yes LEXILLA_DESC= Build with Lexilla lexer support (larger) -MALLOC_REPLACEMENT_DESC= Force replacement of system malloc() +MALLOC_REPLACEMENT_DESC= Replace system malloc() for memory limiting TECO_INTEGER_32_DESC= Use 32-bit TECO integers LEXILLA_CONFIGURE_OFF= --without-lexilla |