diff options
-rw-r--r-- | x11/xorg-manpages/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/xorg-manpages/Makefile b/x11/xorg-manpages/Makefile index 3eee90b3a324..c5e4097798d2 100644 --- a/x11/xorg-manpages/Makefile +++ b/x11/xorg-manpages/Makefile @@ -31,5 +31,11 @@ post-extract: .include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" .include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} != xorg +IGNORE= is part of X.Org +.endif + .include "${FILESDIR}/manpages" + .include <bsd.port.post.mk> |