1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN on 5.x: Configure fails

This commit is contained in:
Kris Kennaway 2004-02-09 01:58:45 +00:00
parent 9250c873f8
commit 5021c54e29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100444

View File

@ -25,4 +25,10 @@ CONFIGURE_ENV= \
CPPFLAGS="${PTHREAD_CFLAGS} `${GTK_CONFIG} --cflags` -fPIC" \
LDFLAGS="${PTHREAD_LIBS} `${GTK_CONFIG} --libs` -lGL -lGLU -lglut"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>