1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

KATO-san notes that this port has been updated since I started

on my project to mark ports broken on 5.x.  I thought I had
cvsupped ports on my build test box, but it looks like not.  My
apologies to KATO-san ...
This commit is contained in:
Mark Linimon 2003-12-22 05:19:00 +00:00
parent 956a21916b
commit 514b1ddf50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96407

View File

@ -39,12 +39,6 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \
${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@ -53,4 +47,4 @@ post-patch:
's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \
s|-pedantic||g'
.include <bsd.port.post.mk>
.include <bsd.port.mk>