summaryrefslogtreecommitdiff
path: root/sysutils/xbattbar
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-01-11 15:21:48 +0000
committercjep <cjep@pkgsrc.org>2003-01-11 15:21:48 +0000
commita3defbee44d5ebeb81789fc81241d1326af7976e (patch)
tree0819d5019ef160893afa51036418cbf68cf823ff /sysutils/xbattbar
parentd38441930a99676fb9c311b6a7b7b021622fda20 (diff)
downloadpkgsrc-a3defbee44d5ebeb81789fc81241d1326af7976e.tar.gz
Actually PKG_SKIP_REASON would be better -- suggested by wiz
Diffstat (limited to 'sysutils/xbattbar')
-rw-r--r--sysutils/xbattbar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile
index f973ce9856b..94f2775922d 100644
--- a/sysutils/xbattbar/Makefile
+++ b/sysutils/xbattbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/01/11 14:22:33 cjep Exp $
+# $NetBSD: Makefile,v 1.14 2003/01/11 15:21:48 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)
-PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
.include "../../mk/bsd.pkg.mk"