summaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-08-30 04:05:07 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-08-30 04:05:07 +0000
commit53792bf1df45bca40ec6dadadf85bf25b78697ad (patch)
tree9c502719c4b2a6db597c5a905a70e389ee26796b /lang/mono
parentbf54e29e8e0ac80ee0f62da49230a4a87129e908 (diff)
downloadfreebsd-ports-53792bf1df45bca40ec6dadadf85bf25b78697ad.zip
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except for `finance/quantlib' which makes very unorthodoxal usage of port options.
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index deab5bdd3871..512468b1cce0 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
CONFLICTS_INSTALL= czmq-3*
OPTIONS_DEFINE= MONOLITE NLS X11
-OPTIONS_DEFAULT= MONOLITE NLS X11
+OPTIONS_DEFAULT= MONOLITE X11
OPTIONS_SUB= yes
MONOLITE_DESC= Use monolite to bootstrap mcs (otherwise use installed mcs)