From 90deadbbfb624a48892e54a5f2e5bb5d67986276 Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 11 Jan 2003 14:21:16 +0000 Subject: Use PKG_FAIL_REASON --- sysutils/xbattbar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/xbattbar') diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile index 3b0c8db341b..f973ce9856b 100644 --- a/sysutils/xbattbar/Makefile +++ b/sysutils/xbattbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/08/25 21:51:10 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/11 14:22:33 cjep Exp $ DISTNAME= xbattbar_1.4.2 PKGNAME= ${DISTNAME:S/_/-/} @@ -17,7 +17,7 @@ USE_X11BASE= # defined USE_IMAKE= # defined .if !exists(/usr/include/machine/apmvar.h) -IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" +PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}" .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3