Mark broken on 4.x: C++ code does not compile.

Reported by:	kris
Approved by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
This commit is contained in:
Sam Lawrance 2005-12-08 23:30:03 +00:00
parent efb02e0f6e
commit 9629e988aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150688

View File

@ -23,4 +23,10 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= YES
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "C++ code does not compile on 4.x"
.endif
.include <bsd.port.post.mk>