From 0a1bd5acad4638865116c0da61447ceb86ee6ef4 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 7 Dec 2002 02:38:52 +0000 Subject: Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. --- graphics/glu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/glu/Makefile') diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 771f5d926c4..aa2b38bfdc6 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/11/18 07:49:25 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/12/07 02:38:56 schmonz Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//} @@ -25,7 +25,7 @@ _IS_BUILTIN_GLU= 0 .endif .if (${X11PREFIX} == ${X11BASE}) && (${_IS_BUILTIN_GLU} != "0") -IGNORE= "GLU has already been installed as part of XFree86-4.x" +PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" .endif post-install: -- cgit v1.2.3