aboutsummaryrefslogtreecommitdiffstats
path: root/games/vamos
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 10:02:19 +0800
committerkris <kris@FreeBSD.org>2004-02-09 10:02:19 +0800
commit8291be953c72509109ff2c90d8ce55b97902d9fd (patch)
tree2dfda4472d40ee11e9d8f7514c97747d0264109d /games/vamos
parentafc90de96acfd256dccd78c25f0b657aeb295ce0 (diff)
downloadfreebsd-ports-gnome-8291be953c72509109ff2c90d8ce55b97902d9fd.tar.gz
freebsd-ports-gnome-8291be953c72509109ff2c90d8ce55b97902d9fd.tar.zst
freebsd-ports-gnome-8291be953c72509109ff2c90d8ce55b97902d9fd.zip
BROKEN on 5.x: Does not compile
Diffstat (limited to 'games/vamos')
-rw-r--r--games/vamos/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile
index b6909256dcfc..c560671ed0bc 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -39,6 +39,12 @@ 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} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@@ -47,4 +53,4 @@ post-patch:
's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \
s|-pedantic||g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>