aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-03-14 13:45:08 +0800
committerdinoex <dinoex@FreeBSD.org>2011-03-14 13:45:08 +0800
commitded49778d1497c550cab44cf05a4092a1d50e6ae (patch)
tree48ee38bcef5ad9da01031ba705974e022c06c960
parent91a680b758cc8ef372171bfbb040fadfd5e31bc2 (diff)
downloadfreebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.tar.gz
freebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.tar.zst
freebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.zip
- mark BROKEN on 9-CURRENT
-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>