summaryrefslogtreecommitdiff
path: root/databases/postgresql13-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql13-client/Makefile')
-rw-r--r--databases/postgresql13-client/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql13-client/Makefile b/databases/postgresql13-client/Makefile
index 1958a960a653..4d4849b56ebe 100644
--- a/databases/postgresql13-client/Makefile
+++ b/databases/postgresql13-client/Makefile
@@ -15,4 +15,10 @@ COMPONENT= -client
USE_LDCONFIG= yes
USES= pkgconfig
+OPTIONS_DEFINE+=LIBEDIT DOCS
+LIBEDIT_DESC= Use non-GPL libedit instead of readline
+LIBEDIT_CONFIGURE_ON+=--with-libedit-preferred
+LIBEDIT_USES= libedit
+LIBEDIT_USES_OFF=readline
+
.include "${MASTERDIR}/Makefile"