Mark as BROKEN on 4.x

PR:		ports/68379
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-06-27 18:07:32 +00:00
parent 74cca60650
commit 634fa9acf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112390

View file

@ -37,6 +37,12 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid -lGL -lGLU -lglut \
${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x (port and dependencies need recent C++ compiler)"
.endif
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@ -45,4 +51,4 @@ post-patch:
's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \
s|-pedantic||g'
.include <bsd.port.mk>
.include <bsd.port.post.mk>