summaryrefslogtreecommitdiff
path: root/sysutils/asapm
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-18 08:27:10 +0000
committerrillig <rillig>2006-11-18 08:27:10 +0000
commitfb9725b2348415fdd6fea9f31ca28c52db33782b (patch)
tree34586819be3ef44beea978322a09479f4a22fc42 /sysutils/asapm
parent8cb7a023dd7020f6e4a3613dd4f28edd9bef3161 (diff)
downloadpkgsrc-fb9725b2348415fdd6fea9f31ca28c52db33782b.tar.gz
Changed the error message from PKG_SKIP_REASON to PKG_FAIL_REASON and
improved the text of the message.
Diffstat (limited to 'sysutils/asapm')
-rw-r--r--sysutils/asapm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index c1440fd73d3..20e14273ad8 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/11/18 08:27:10 rillig Exp $
#
DISTNAME= asapm-2.11
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.tigr.net/afterstep/detail.pl?applet=asapm
COMMENT= Laptop battery status display for X11
.if !exists(/usr/include/machine/apmvar.h)
-PKG_SKIP_REASON+= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON+= "APM needs /usr/include/machine/apmvar.h to build."
.endif
GNU_CONFIGURE= YES