summaryrefslogtreecommitdiff
path: root/x11/XF86Setup
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-12-28 07:58:55 +0000
committeruebayasi <uebayasi>2002-12-28 07:58:55 +0000
commit6a0faa28d8a574782adc0068b9cbe8afaedff34d (patch)
treea14e944cceb5e46237fa286f2e42f08f0d1d96ab /x11/XF86Setup
parent51d0d1b2df4e6759e072b16531b9449a87bd557a (diff)
downloadpkgsrc-6a0faa28d8a574782adc0068b9cbe8afaedff34d.tar.gz
Don't regard version mismatch as an error, skip it.
Diffstat (limited to 'x11/XF86Setup')
-rw-r--r--x11/XF86Setup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile
index 819ada3497f..a95375f69db 100644
--- a/x11/XF86Setup/Makefile
+++ b/x11/XF86Setup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/12/07 02:39:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.24 2002/12/28 07:58:55 uebayasi 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")
-PKG_FAIL_REASON= "This package doesn't work with your X11 distribution."
+PKG_SKIP_REASON= "This package doesn't work with your X11 distribution."
.endif
.endif