diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-11 14:21:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-11 14:21:16 +0000 |
commit | 49822a4c21e12cf804087995141cf3150ad296cf (patch) | |
tree | 1920b097580b1ccdf91c9b1faa945d8c1f4853bd /sysutils/xbatt | |
parent | 3b414ed2b058e30a903bf876bd233ba56f35a2c1 (diff) | |
download | pkgsrc-49822a4c21e12cf804087995141cf3150ad296cf.tar.gz |
Use PKG_FAIL_REASON
Diffstat (limited to 'sysutils/xbatt')
-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 |