Unbreak after r406603

This commit is contained in:
Antoine Brodin 2016-01-20 19:30:38 +00:00
parent 3e2853bad1
commit e43a20e491
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406794

View file

@ -24,13 +24,6 @@ CXX= clang++33
CMAKE_ARGS+= -DCMAKE_LLVM_CONFIG=llvm-config33
CONFIGURE_WRKSRC= ${WRKSRC}/build
BUILD_WRKSRC= ${WRKSRC}/build
BROKEN_FreeBSD_9= does not build
.include <bsd.port.pre.mk>
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
BROKEN= does not build on 8 and 9
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>