aboutsummaryrefslogtreecommitdiffhomepage
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-07-23 14:08:53 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-07-23 14:08:53 +0300
commitfe62b2451ac200f846a5bae1d08ec9c3201e26c9 (patch)
tree5db515daaaa615c87d6b3ef898f3e97023c41f89 /freebsd/Makefile
parentc9de2f4f3c8efc789067baeb40a85d2819c1c52e (diff)
downloadsciteco-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/Makefile1
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()