diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | 64a1876fc6a5c3e665d29ad32d174a399d0b451e (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /x11/XF86Setup | |
parent | b7b06fee2a15e7895ba5ee20123b46c5e999ea0c (diff) | |
download | pkgsrc-64a1876fc6a5c3e665d29ad32d174a399d0b451e.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
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 a02d422ab6d..819ada3497f 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/07/22 21:26:40 agc Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/07 02:39:07 schmonz 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") -IGNORE= "This package doesn't work with your X11 distribution." +PKG_FAIL_REASON= "This package doesn't work with your X11 distribution." .endif .endif |