From ded49778d1497c550cab44cf05a4092a1d50e6ae Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 14 Mar 2011 05:45:08 +0000 Subject: - mark BROKEN on 9-CURRENT --- sysutils/batmon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 2ecab3c12aa4..0d680a0bb2dc 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -25,4 +25,10 @@ post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile -.include +.include + +.if ${OSVERSION} >= 900007 +BROKEN= needed API not availible +.endif + +.include -- cgit