diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-03-14 13:45:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-03-14 13:45:08 +0800 |
commit | ded49778d1497c550cab44cf05a4092a1d50e6ae (patch) | |
tree | 48ee38bcef5ad9da01031ba705974e022c06c960 /sysutils/batmon | |
parent | 91a680b758cc8ef372171bfbb040fadfd5e31bc2 (diff) | |
download | freebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.tar.gz freebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.tar.zst freebsd-ports-gnome-ded49778d1497c550cab44cf05a4092a1d50e6ae.zip |
- mark BROKEN on 9-CURRENT
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> |