summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-12-07 02:38:52 +0000
committerschmonz <schmonz>2002-12-07 02:38:52 +0000
commitdbb71432c1380918f61104a2e5d18effa27af2ab (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /x11
parent871498add4080b3a349768e215c1d64a2acbefc0 (diff)
downloadpkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'x11')
-rw-r--r--x11/XF86Setup/Makefile4
-rw-r--r--x11/gdkxft/Makefile4
-rw-r--r--x11/xservers/Makefile4
-rw-r--r--x11/xvattr/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile
index a02d422ab6d..819ada3497f 100644
--- a/x11/XF86Setup/Makefile
+++ b/x11/XF86Setup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/07/22 21:26:40 agc Exp $
+# $NetBSD: Makefile,v 1.23 2002/12/07 02:39:07 schmonz Exp $
DISTNAME= XF86Setup-3.3.6
CATEGORIES= x11
@@ -26,7 +26,7 @@ USE_IMAKE= yes
X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release
MAKEFLAGS+= X11_RELEASE="${X11_RELEASE}"
.if (${X11_RELEASE} == "6.4")
-IGNORE= "This package doesn't work with your X11 distribution."
+PKG_FAIL_REASON= "This package doesn't work with your X11 distribution."
.endif
.endif
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index 1abf956d1a3..13b0b1122ec 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/09/23 22:41:56 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/12/07 02:39:08 schmonz Exp $
#
DISTNAME= gdkxft-1.5
@@ -13,7 +13,7 @@ COMMENT= transparently add anti-aliased font support to gtk+ applications
.include "../../mk/bsd.prefs.mk"
.if !exists(${X11BASE}/lib/libXft.a)
-IGNORE= "${PKGNAME} requires XFree86-4.0 or higher"
+PKG_FAIL_REASON= "${PKGNAME} requires XFree86-4.0 or higher"
.endif
USE_BUILDLINK2= YES
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile
index 5da6fd64c9f..2f337229695 100644
--- a/x11/xservers/Makefile
+++ b/x11/xservers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/07/17 18:29:09 wiz Exp $#
+# $NetBSD: Makefile,v 1.11 2002/12/07 02:39:08 schmonz Exp $#
DISTNAME= xservers-3.3.6.3
CATEGORIES= x11
@@ -19,7 +19,7 @@ USE_X11BASE= YES
X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release
MAKEFLAGS+= X11_RELEASE="${X11_RELEASE}"
.if (${X11_RELEASE} == "6.3")
-IGNORE= "The X11 servers are included in your X11 distribution."
+PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"
.endif
.endif
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
index 97f9bf68372..def8206de28 100644
--- a/x11/xvattr/Makefile
+++ b/x11/xvattr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/09/23 23:15:14 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:08 schmonz Exp $
DISTNAME= xvattr-1.3
CATEGORIES= x11
@@ -15,7 +15,7 @@ GNU_CONFIGURE= # defined
.include "../../mk/bsd.prefs.mk"
.if !exists(${X11BASE}/include/X11/extensions/Xvlib.h)
-IGNORE= "${PKGNAME} requires libXv.a."
+PKG_FAIL_REASON= "${PKGNAME} requires libXv.a"
.endif
.include "../../x11/gtk/buildlink2.mk"