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