summaryrefslogtreecommitdiff
path: root/meta-pkgs/XFree86
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/XFree86')
-rw-r--r--meta-pkgs/XFree86/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common
index 646273e283b..d23e6132a1f 100644
--- a/meta-pkgs/XFree86/Makefile.common
+++ b/meta-pkgs/XFree86/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/07/30 08:24:20 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/08/16 12:30:04 kristerw Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -107,7 +107,7 @@ CHECK_X11_TYPE?= yes
.if defined(CHECK_X11_TYPE)
. if !defined(X11_TYPE) || empty(X11_TYPE:MXFree86)
-PKG_FAIL_REASON+= "X11_TYPE=XFree86 is mandatory."
+PKG_SKIP_REASON+= "X11_TYPE=XFree86 is mandatory."
. endif
.endif