summaryrefslogtreecommitdiff
path: root/meta-pkgs/xorg/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/xorg/Makefile.common')
-rw-r--r--meta-pkgs/xorg/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xorg/Makefile.common b/meta-pkgs/xorg/Makefile.common
index a6887e8ca60..e027ebba3e0 100644
--- a/meta-pkgs/xorg/Makefile.common
+++ b/meta-pkgs/xorg/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/08/14 17:13:27 recht Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/08/16 12:27:23 kristerw Exp $
#
# XBUILD_DIRS is the group of directories under ${WRKSRC} that will
# be built in.
@@ -99,7 +99,7 @@ CHECK_X11_TYPE?= yes
.if defined(CHECK_X11_TYPE)
. if !defined(X11_TYPE) || empty(X11_TYPE:Mxorg)
-PKG_FAIL_REASON+= "X11_TYPE=xorg is mandatory."
+PKG_SKIP_REASON+= "X11_TYPE=xorg is mandatory."
. endif
.endif