diff options
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 4 | ||||
-rw-r--r-- | meta-pkgs/xorg/Makefile.common | 4 |
2 files changed, 4 insertions, 4 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 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 |