summaryrefslogtreecommitdiff
path: root/meta-pkgs/xorg
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-08-16 12:27:23 +0000
committerkristerw <kristerw@pkgsrc.org>2004-08-16 12:27:23 +0000
commitabb73c1311242e813f8479675f8121cf296bff94 (patch)
tree2de0993e6f29bcb747f6c39f148490e9faf475e6 /meta-pkgs/xorg
parent42ee5e8c4b9a05b539b356de5a9d28ad16b28633 (diff)
downloadpkgsrc-abb73c1311242e813f8479675f8121cf296bff94.tar.gz
Use PKG_SKIP_REASON so that bulk builds reports the packages as
"unavailable" instead of "broken".
Diffstat (limited to 'meta-pkgs/xorg')
-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