summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-03-14 05:45:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-03-14 05:45:08 +0000
commitfb362193c146867d90998bd7b62e8ddce98308f4 (patch)
treee38719e6e7135b15e553c48b3b68be54613fe603 /sysutils
parent- Update to 0.88.19 (diff)
- mark BROKEN on 9-CURRENT
Notes
Notes: svn path=/head/; revision=270842
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/batmon/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900007
+BROKEN= needed API not availible
+.endif
+
+.include <bsd.port.post.mk>