diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-11 15:21:48 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-11 15:21:48 +0000 |
commit | a3defbee44d5ebeb81789fc81241d1326af7976e (patch) | |
tree | 0819d5019ef160893afa51036418cbf68cf823ff /sysutils/xbatt | |
parent | d38441930a99676fb9c311b6a7b7b021622fda20 (diff) | |
download | pkgsrc-a3defbee44d5ebeb81789fc81241d1326af7976e.tar.gz |
Actually PKG_SKIP_REASON would be better -- suggested by wiz
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 e3f4bdd6f1e..19cefa20d7f 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/01/11 14:21:16 cjep Exp $ +# $NetBSD: Makefile,v 1.12 2003/01/11 15:21:48 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) -PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}" +PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}" .endif USE_BUILDLINK2= YES |