From 17d13bedee4374651598f98c06b9f9476cd85415 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 21 Apr 2013 17:51:16 +0000 Subject: [PATCH] USE_XLIB has been obsolete for some time. Submitted by: ak Approved by: bcr (mentor) --- .../books/porters-handbook/book.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index a1ca91ee4b..35d2263cef 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -2075,10 +2075,7 @@ PORTEPOCH= 1 directly supports the window system. Do not put regular X applications here; most of them should go into other x11-* categories - (see below). If your port is - an X application, define USE_XLIB - (implied by USE_IMAKE) and put it - in the appropriate category. + (see below). @@ -6137,24 +6134,11 @@ PLIST_SUB+= NLS="@comment " USE_GL= glu - Some ports define USE_XLIB, which - makes the port depend on all the 50 or so libraries. This - variable exists for backwards compatibility, as it predates - modular X.Org, and should not be used on new ports. - Variables for Ports That Use X - - USE_XLIB - The port uses the X libraries. Deprecated - - use a list of X.Org components in - USE_XORG variable - instead. - - USE_IMAKE The port uses imake.