aboutsummaryrefslogtreecommitdiffstats
path: root/games/vamos
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-22 10:15:55 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-22 10:15:55 +0800
commite0b75ad35865537d22cc7012af8d92f92029165a (patch)
tree3805c7b68e1c42ec5a204757c58149cb2b4b3181 /games/vamos
parent5be58aedf7eafde811037c47c05d1e1b16788bfc (diff)
downloadfreebsd-ports-gnome-e0b75ad35865537d22cc7012af8d92f92029165a.tar.gz
freebsd-ports-gnome-e0b75ad35865537d22cc7012af8d92f92029165a.tar.zst
freebsd-ports-gnome-e0b75ad35865537d22cc7012af8d92f92029165a.zip
Per bento logs, mark as broken on recent 5.x versions.
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 8b3c2ca4f03f..9f5d9f8465bf 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} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.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>