diff options
Diffstat (limited to 'x11/XF86Setup/Makefile')
-rw-r--r-- | x11/XF86Setup/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile index c63cb6fbbbf..ef91cdbe771 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/10/31 20:37:47 tron Exp $ +# $NetBSD: Makefile,v 1.37 2005/12/05 20:51:15 rillig Exp $ DISTNAME= XF86Setup-3.3.6 PKGREVISION= 2 @@ -20,9 +20,9 @@ USE_IMAKE= yes .if !defined(X11_RELEASE) && !defined(CHECK_X11) X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release -MAKEFLAGS+= X11_RELEASE=${X11_RELEASE} +MAKEFLAGS+= X11_RELEASE=${X11_RELEASE:Q} . if ${X11_RELEASE} == "6.4" -PKG_SKIP_REASON= "This package doesn't work with your X11 distribution." +PKG_SKIP_REASON+= "This package doesn't work with your X11 distribution." . endif .endif |