diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-11 14:21:16 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-11 14:21:16 +0000 |
commit | 49822a4c21e12cf804087995141cf3150ad296cf (patch) | |
tree | 1920b097580b1ccdf91c9b1faa945d8c1f4853bd /sysutils/asapm | |
parent | 3b414ed2b058e30a903bf876bd233ba56f35a2c1 (diff) | |
download | pkgsrc-49822a4c21e12cf804087995141cf3150ad296cf.tar.gz |
Use PKG_FAIL_REASON
Diffstat (limited to 'sysutils/asapm')
-rw-r--r-- | sysutils/asapm/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |