diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XF86Setup/Makefile | 6 | ||||
-rw-r--r-- | x11/xservers/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile index bc57616065a..2e7ed63e451 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/01/22 03:58:32 minskim Exp $ +# $NetBSD: Makefile,v 1.34 2005/02/20 12:48:59 grant Exp $ DISTNAME= XF86Setup-3.3.6 PKGREVISION= 2 @@ -22,9 +22,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} -.if (${X11_RELEASE} == "6.4") +. if ${X11_RELEASE} == "6.4" PKG_SKIP_REASON= "This package doesn't work with your X11 distribution." -.endif +. endif .endif .include "../../lang/tcl/buildlink3.mk" diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile index 896e708fcc6..a8abfc0b646 100644 --- a/x11/xservers/Makefile +++ b/x11/xservers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/01/07 18:55:16 tron Exp $# +# $NetBSD: Makefile,v 1.17 2005/02/20 12:49:35 grant Exp $# DISTNAME= xservers-3.3.6.3 CATEGORIES= x11 @@ -18,9 +18,9 @@ USE_X11BASE= YES .if !defined(X11_RELEASE) && !defined(CHECK_X11) X11_RELEASE!= ${MAKE} CHECK_X11=YES print-x11-release MAKEFLAGS+= X11_RELEASE=${X11_RELEASE} -.if (${X11_RELEASE} == "6.3") +. if ${X11_RELEASE} == "6.3" PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" -.endif +. endif .endif X11_SUBDIR= X11R6.3 |