diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 04:07:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 04:07:24 +0000 |
commit | 5ab6118cf001ddacf4f2fd8fcd19c4747b847b58 (patch) | |
tree | 1063fcfc0f228f802b73a8af257ba7fd7eb31c42 /sysutils/xbatt/Makefile | |
parent | 6e48e99f2221a84aec1599b78adcda088de98bd0 (diff) | |
download | pkgsrc-5ab6118cf001ddacf4f2fd8fcd19c4747b847b58.tar.gz |
"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."
Diffstat (limited to 'sysutils/xbatt/Makefile')
-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 297e62f840a..d007389f7e7 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2010/01/27 20:44:47 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 04:07:25 rodent Exp $ # DISTNAME= xbatt-1.3pr1 @@ -14,7 +14,7 @@ COMMENT= Displays battery status of your notebook via APM PKG_DESTDIR_SUPPORT= destdir .if !exists(/usr/include/machine/apmvar.h) -PKG_SKIP_REASON+= "APM is not available for ${MACHINE_PLATFORM}" +PKG_FAIL_REASON+= "APM is not available for ${MACHINE_PLATFORM}" .endif WRKSRC= ${WRKDIR}/xbatt-1.3 |