- Mark broken on 4.x

Reported by:	kris via pointyhat
This commit is contained in:
Michael Johnson 2005-12-07 20:05:49 +00:00
parent a6d1dc9f10
commit 57f977f3a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150622

View File

@ -36,6 +36,10 @@ LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="Does not build"
.endif
.if ${MACHINE_CPU:Msse}!=""
CONFIGURE_ARGS+= --enable-sse
.endif