diff options
author | jim <jim@FreeBSD.org> | 2001-04-25 19:27:39 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-04-25 19:27:39 +0000 |
commit | e3e5a4c1afc9582954555de0ea2f7b85b5edf615 (patch) | |
tree | 80244e03d02eb8da44eb6f183779ec6e2f6054fb | |
parent | 548473f69704452927d2a1525224f47478010ed3 (diff) | |
download | FreeBSD-src-e3e5a4c1afc9582954555de0ea2f7b85b5edf615.zip FreeBSD-src-e3e5a4c1afc9582954555de0ea2f7b85b5edf615.tar.gz |
Document XFREE86_VERSION.
-rw-r--r-- | etc/defaults/make.conf | 5 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 37192cc..2b97649 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -194,6 +194,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #LOADER_TFTP_SUPPORT= YES # +# By default, the ports collection attempts to use XFree86 3.3.X. If +# you are running XFree86 4.X, uncomment this line. +# +#XFREE86_VERSION= 4 +# # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 37192cc..2b97649 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -194,6 +194,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #LOADER_TFTP_SUPPORT= YES # +# By default, the ports collection attempts to use XFree86 3.3.X. If +# you are running XFree86 4.X, uncomment this line. +# +#XFREE86_VERSION= 4 +# # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. |