From fe62b2451ac200f846a5bae1d08ec9c3201e26c9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 23 Jul 2023 14:08:53 +0300 Subject: 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. --- freebsd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'freebsd/Makefile') 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() -- cgit v1.2.3