summaryrefslogtreecommitdiff
path: root/x11-fonts/xfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/xfs/Makefile')
-rw-r--r--x11-fonts/xfs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 3ab1c8bd9a1a..35e0b789d895 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -32,4 +32,8 @@ post-install:
${PREFIX}/lib/X11/fs/config.default
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${X_WINDOW_SYSTEM:L} != xorg
+IGNORE= is part of X.Org
+.endif
+.include <bsd.port.post.mk>