diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-12-28 07:58:55 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-12-28 07:58:55 +0000 |
commit | 039854c0032cefe9fdfaa1b2230754c57021d770 (patch) | |
tree | a14e944cceb5e46237fa286f2e42f08f0d1d96ab /x11/XF86Setup | |
parent | ddd5a921a5771e8bf61f77ae234af8dea7881852 (diff) | |
download | pkgsrc-039854c0032cefe9fdfaa1b2230754c57021d770.tar.gz |
Don't regard version mismatch as an error, skip it.
Diffstat (limited to 'x11/XF86Setup')
-rw-r--r-- | x11/XF86Setup/Makefile | 4 |
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 |