diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-11-11 22:16:17 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-11-11 22:16:17 +0000 |
commit | b8b6f22af1aa85c0af843c05677078c547d2c9a6 (patch) | |
tree | c188934f039f58852cb95a853c62714c8af5f4ef /x11/XFree86-4-libraries/Makefile | |
parent | - Update WWW (diff) |
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.
Add SHA256.
Notes
Notes:
svn path=/head/; revision=147991
Diffstat (limited to 'x11/XFree86-4-libraries/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 9b4b897d27d5..6a5664750ace 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -106,7 +106,9 @@ DebuggableLibraries?= NO .include "Makefile.inc" .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xfree86-4 -IGNORE= is part of XFree86-4 +IGNORE= is part of XFree86 and you have ${X_WINDOW_SYSTEM} set for X11\ + distribution. See The X Window System and Virtual Consoles chapter\ + of FAQ for more information .endif # BuildXF86DRI is false for FreeBSD < 4.1 |