diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-14 05:45:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-14 05:45:08 +0000 |
commit | fb362193c146867d90998bd7b62e8ddce98308f4 (patch) | |
tree | e38719e6e7135b15e553c48b3b68be54613fe603 /sysutils/batmon | |
parent | 46b2f457ac7cfa2260f9e3f0af9e6102aa28a2af (diff) |
Notes
Diffstat (limited to 'sysutils/batmon')
-rw-r--r-- | sysutils/batmon/Makefile | 8 |
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> |