summaryrefslogtreecommitdiff
path: root/graphics/g3dviewer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:58:45 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:58:45 +0000
commit5021c54e2922c91430cdc1f8790a3aaff99ac300 (patch)
treebf4d98c0a1fb44c87596d216751f808bb06aac07 /graphics/g3dviewer
parentBROKEN: Does not compile (diff)
BROKEN on 5.x: Configure fails
Notes
Notes: svn path=/head/; revision=100444
Diffstat (limited to 'graphics/g3dviewer')
-rw-r--r--graphics/g3dviewer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/g3dviewer/Makefile b/graphics/g3dviewer/Makefile
index 6b3f650ce3d9..bc2d6a4113ef 100644
--- a/graphics/g3dviewer/Makefile
+++ b/graphics/g3dviewer/Makefile
@@ -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>