diff options
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 024b27fa4ba..2a7e5448236 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.266 2010/10/22 15:53:39 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.267 2010/10/24 20:43:31 ajacoutot Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 22 2010 $ +.Dd $Mdocdate: October 24 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1233,7 +1233,6 @@ See also .Ev NOT_FOR_ARCHS , .Ev NO_IGNORE , .Ev ONLY_FOR_ARCHS , -.Ev USE_X11 . .It Ev IGNORE_IS_FATAL If set to .Sq Yes , @@ -2022,10 +2021,6 @@ User settings. Set to .Sq Yes to protect port building with systrace. -.It Ev USE_X11 -Set to -.Sq Yes -if port requires X11 to work. .It Ev VMEM_WARNING Set to .Sq Yes @@ -2497,6 +2492,8 @@ and Use .Ev CONFIGURE_STYLE instead. +.It Ev USE_X11 +Presence of ${X11BASE} is now enforced by default for building ports. .It Ev USE_ZIP The framework will automatically detect the presence of .Pa .zip |