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
commitb6e6592887fd1d9fd5630725964b852eff566c60 (patch)
tree34586819be3ef44beea978322a09479f4a22fc42 /sysutils/asapm
parent2b02b3b49d3db3c05b9dee0cf6eb745886a5fe91 (diff)
downloadpkgsrc-b6e6592887fd1d9fd5630725964b852eff566c60.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