From 0f3efaef0a4434de0a0248f3e7537dcf7ce56526 Mon Sep 17 00:00:00 2001
From: dd
Date: Thu, 31 May 2001 22:36:35 +0000
Subject: [PATCH] Document the half-supported WITHOUT_X.
PR: 27709
Submitted by: Mike Meyer
---
share/man/man5/make.conf.5 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 53d56de452ed..32001013ae38 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -739,6 +739,10 @@ The location of the ports tree.
.Pq Vt bool
Set this if you are a resident of the USA so that ports that
need to can attempt to comply with U.S. export regulations.
+.It Va WITHOUT_X
+.Pq Vt bool
+Set this so that ports that can be built with or without X support will build
+without X support by default.
.It Va WRKDIRPREFIX
.Pq Vt str
Where to create temporary files used when building ports.