diff options
author | cjep <cjep> | 2003-01-11 14:21:16 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-11 14:21:16 +0000 |
commit | 90deadbbfb624a48892e54a5f2e5bb5d67986276 (patch) | |
tree | 1920b097580b1ccdf91c9b1faa945d8c1f4853bd /sysutils/asapm | |
parent | cfd4055607320d88128e8503ca2eb40e8149f1b3 (diff) | |
download | pkgsrc-90deadbbfb624a48892e54a5f2e5bb5d67986276.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 |