diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-07-23 14:08:53 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-07-23 14:08:53 +0300 |
commit | fe62b2451ac200f846a5bae1d08ec9c3201e26c9 (patch) | |
tree | 5db515daaaa615c87d6b3ef898f3e97023c41f89 /freebsd/Makefile | |
parent | c9de2f4f3c8efc789067baeb40a85d2819c1c52e (diff) | |
download | sciteco-fe62b2451ac200f846a5bae1d08ec9c3201e26c9.tar.gz |
FreeBSD port: fixed the LEXILLA option
* The lexer scripts are not installed if the LEXILLA option is disabled,
so they need to be excluded from pkg-plist.
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile index c46155c..3d02d14 100644 --- a/freebsd/Makefile +++ b/freebsd/Makefile @@ -57,6 +57,7 @@ PLIST_SUB+= GTK="" PROGRAM_PREFIX=g OPTIONS_DEFINE= LEXILLA MALLOC_REPLACEMENT TECO_INTEGER_32 OPTIONS_DEFAULT=LEXILLA +OPTIONS_SUB= yes LEXILLA_DESC=Build with Lexilla lexer support (larger) MALLOC_REPLACEMENT_DESC=Force replacement of system malloc() |