diff options
Diffstat (limited to 'sysutils/xbatt/Makefile')
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 7e5e49e76a6..e3f4bdd6f1e 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/10/21 12:58:33 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/01/11 14:21:16 cjep Exp $ # DISTNAME= xbatt-1.3pr1 @@ -13,7 +13,7 @@ HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really COMMENT= Displays battery status of your notebook via APM .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 USE_BUILDLINK2= YES |