summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 118ac159..e73a6460 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -25,6 +25,9 @@ FEATURE_LARGEFILE=1
# on when support for MySQL is desired).
FEATURE_DB=0
+# Enable regular expressions
+FEATURE_REGEXP=1
+
#############################################################
# END OF USER SETTINGS #
# -------------------- #