summaryrefslogtreecommitdiff
path: root/sysutils/xbatt
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-11 14:21:16 +0000
committercjep <cjep>2003-01-11 14:21:16 +0000
commitc69ea3963c7e982beb3e36d45806c9025cfada19 (patch)
tree1920b097580b1ccdf91c9b1faa945d8c1f4853bd /sysutils/xbatt
parentb34db4bccbda730b7e7fb4b1db2310f2d1184a5e (diff)
downloadpkgsrc-c69ea3963c7e982beb3e36d45806c9025cfada19.tar.gz
Use PKG_FAIL_REASON
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r--sysutils/xbatt/Makefile4
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