aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-03-07 16:45:48 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-03-07 16:45:48 +0000
commitf2499eec5ae60bcd0ce31852e0d518ca1c143e44 (patch)
tree939a6b6d6ad06d1367cc009860364b7ab483738b /databases
parenta8758259cd7863decdab7ab58fb9b8883dc61136 (diff)
downloadports-f2499eec5ae60bcd0ce31852e0d518ca1c143e44.tar.gz
ports-f2499eec5ae60bcd0ce31852e0d518ca1c143e44.zip
Remove redundant option descriptions that match the default ones
(ignoring case) Reported by: danfe (for net/mosquitto), portscan
Notes
Notes: svn path=/head/; revision=567577
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql13-server/Makefile1
-rw-r--r--databases/sqlite3/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/databases/postgresql13-server/Makefile b/databases/postgresql13-server/Makefile
index 12af260f4ec0..7441c077dd93 100644
--- a/databases/postgresql13-server/Makefile
+++ b/databases/postgresql13-server/Makefile
@@ -88,7 +88,6 @@ CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH}
.if defined(SERVER_ONLY)
OPTIONS_DEFINE= DTRACE LDAP INTDATE TZDATA XML DOCS
LDAP_DESC= Build with LDAP authentication support
-DTRACE_DESC= Build with DTrace probes
TZDATA_DESC= Use internal timezone database
XML_DESC= Build with XML data type
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 501e97980fdc..65b52a30999c 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -119,7 +119,6 @@ DBSTAT_DESC= Enable DBSTAT Virtual Table
# https://www.sqlite.org/fts3.html#tokenizer
OPTIONS_GROUP_UNICODE= ICU UNICODE61
-UNICODE_DESC= Unicode support
UNICODE61_DESC= Unicode Version 6.1 tokenizer
# https://www.sqlite.org/rtree.html