summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-11 14:21:16 +0000
committercjep <cjep>2003-01-11 14:21:16 +0000
commit90deadbbfb624a48892e54a5f2e5bb5d67986276 (patch)
tree1920b097580b1ccdf91c9b1faa945d8c1f4853bd /sysutils
parentcfd4055607320d88128e8503ca2eb40e8149f1b3 (diff)
downloadpkgsrc-90deadbbfb624a48892e54a5f2e5bb5d67986276.tar.gz
Use PKG_FAIL_REASON
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/asapm/Makefile4
-rw-r--r--sysutils/kapm/Makefile4
-rw-r--r--sysutils/xbatt/Makefile4
-rw-r--r--sysutils/xbattbar/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index 8bcfd1e540c..0007b5174ab 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2002/08/25 21:50:54 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2003/01/11 14:22:32 cjep Exp $
#
DISTNAME= asapm-2.11
@@ -12,7 +12,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)
-IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
USE_BUILDLINK2= YES
diff --git a/sysutils/kapm/Makefile b/sysutils/kapm/Makefile
index bd20ce077c2..789fc509298 100644
--- a/sysutils/kapm/Makefile
+++ b/sysutils/kapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/07/18 12:48:51 agc Exp $
+# $NetBSD: Makefile,v 1.15 2003/01/11 14:22:33 cjep Exp $
#
DISTNAME= kapm-0.3.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://bodnar42.dhs.org/kapm/
COMMENT= Monitor a laptop's battery status and perform other APM tasks
.if !exists(/usr/include/machine/apmvar.h)
-IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index 7e5e49e76a6..e3f4bdd6f1e 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/21 12:58:33 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/11 14:21:16 cjep Exp $
#
DISTNAME= xbatt-1.3pr1
@@ -13,7 +13,7 @@ HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really
COMMENT= Displays battery status of your notebook via APM
.if !exists(/usr/include/machine/apmvar.h)
-IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
USE_BUILDLINK2= YES
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile
index 3b0c8db341b..f973ce9856b 100644
--- a/sysutils/xbattbar/Makefile
+++ b/sysutils/xbattbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/08/25 21:51:10 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2003/01/11 14:22:33 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)
-IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
+PKG_FAIL_REASON= "APM is not available for ${MACHINE_PLATFORM}"
.endif
.include "../../mk/bsd.pkg.mk"