diff options
author | brooks <brooks@FreeBSD.org> | 2014-06-24 23:14:03 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-06-24 23:14:03 +0800 |
commit | d0b6d75af2d93bc7ddb6d42496b290e5ea30c334 (patch) | |
tree | a9d89e6ba4350f4f980753f3810163963db69fd3 /devel | |
parent | 4d47e6afac98a9b6e543e9afd8cfa3ea77ebf58f (diff) | |
download | freebsd-ports-gnome-d0b6d75af2d93bc7ddb6d42496b290e5ea30c334.tar.gz freebsd-ports-gnome-d0b6d75af2d93bc7ddb6d42496b290e5ea30c334.tar.zst freebsd-ports-gnome-d0b6d75af2d93bc7ddb6d42496b290e5ea30c334.zip |
Doesn't build on 8 and 9 for different C++ support related reasons so
make BROKEN for now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tesla/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tesla/Makefile b/devel/tesla/Makefile index 4618b314f0f6..4aa44ba96434 100644 --- a/devel/tesla/Makefile +++ b/devel/tesla/Makefile @@ -28,4 +28,10 @@ CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33 CONFIGURE_WRKSRC= ${WRKSRC}/build BUILD_WRKSRC= ${WRKSRC}/build -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000 +BROKEN= does not build on 8 and 9 +.endif + +.include <bsd.port.post.mk> |