diff options
author | lesi <lesi@FreeBSD.org> | 2005-11-12 06:16:17 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-11-12 06:16:17 +0800 |
commit | f2ddf0faa8abb2e4cb86f0d5db7a84d83d10f6c2 (patch) | |
tree | 107af1014b846eef96db0cce8ccaa4d830e7063c /x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile | |
parent | 68e04aba81d5a9e3b2a04ec3b444c8e629fa0a91 (diff) | |
download | freebsd-ports-gnome-f2ddf0faa8abb2e4cb86f0d5db7a84d83d10f6c2.tar.gz freebsd-ports-gnome-f2ddf0faa8abb2e4cb86f0d5db7a84d83d10f6c2.tar.zst freebsd-ports-gnome-f2ddf0faa8abb2e4cb86f0d5db7a84d83d10f6c2.zip |
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-fonts/XFree86-4-fontDefaultBitmaps/Makefile')
-rw-r--r-- | x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile b/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile index 28f340abd17f..0a62b96dda24 100644 --- a/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile +++ b/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile @@ -54,6 +54,8 @@ pre-build: .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 .include <bsd.port.post.mk> |