summaryrefslogtreecommitdiff
path: root/sysutils/xbattbar
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-11 15:21:48 +0000
committercjep <cjep>2003-01-11 15:21:48 +0000
commita9a325d1a96b4e8ec237b8bebffefca28e44caaf (patch)
tree0819d5019ef160893afa51036418cbf68cf823ff /sysutils/xbattbar
parent641aedb1863b50d64dac36b491d7d1ee2892373f (diff)
downloadpkgsrc-a9a325d1a96b4e8ec237b8bebffefca28e44caaf.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"