aboutsummaryrefslogtreecommitdiff
path: root/sysutils/batmon
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/batmon
parent46b2f457ac7cfa2260f9e3f0af9e6102aa28a2af (diff)
Notes
Diffstat (limited to 'sysutils/batmon')
-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>