summaryrefslogtreecommitdiff
path: root/sysutils/xbattbar/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-11 15:21:48 +0000
committercjep <cjep>2003-01-11 15:21:48 +0000
commit4b3f561e9a5084a562a91e51fef213a220065f04 (patch)
tree0819d5019ef160893afa51036418cbf68cf823ff /sysutils/xbattbar/Makefile
parent618ff1989c03e85967c04c0181d18bf94803c506 (diff)
downloadpkgsrc-4b3f561e9a5084a562a91e51fef213a220065f04.tar.gz
Actually PKG_SKIP_REASON would be better -- suggested by wiz
Diffstat (limited to 'sysutils/xbattbar/Makefile')
-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"