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/xorg | |
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.
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index fea5a86310d5..2911a9ed019f 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -65,6 +65,8 @@ DEPENDS_TARGET="package" do-install: # empty .if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723 +IGNORE= is part of X.Org 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 .include <bsd.port.post.mk> |