diff options
author | dmcmahill <dmcmahill> | 2000-07-06 21:09:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-06 21:09:38 +0000 |
commit | a4e2cffbda1a894b90f43c0961a145991ea18f97 (patch) | |
tree | 66aa0fae0d6d5e531b6bc40d08479a078c3c74f5 /sysutils/xbatt | |
parent | a287ac8d1af1869cae5386585ebf778199583939 (diff) | |
download | pkgsrc-a4e2cffbda1a894b90f43c0961a145991ea18f97.tar.gz |
fix typo so these will build on apm capable systems
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 907b868f0af..5abe0ed937c 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/26 16:44:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/06 21:09:41 dmcmahill Exp $ # DISTNAME= xbatt-1.3pr1 @@ -9,7 +9,7 @@ MASTER_SITES= http://www2.clave.gr.jp/~eto/xbatt/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really -.if !exists(/usr/include/machine/apmvar.h") +.if !exists(/usr/include/machine/apmvar.h) IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" .endif |