Still broken on 7.X

Submitted by:	pointyhat (beat)
This commit is contained in:
Baptiste Daroussin 2012-07-24 09:09:23 +00:00
parent 7df28735bf
commit cd4180aec0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301448

View file

@ -33,4 +33,10 @@ CMAKE_ARGS+= -DNLS_ENABLED=false
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not compile on FreeBSD 7.X
.endif
.include <bsd.port.post.mk>