summaryrefslogtreecommitdiff
path: root/games/vamos
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-27 18:07:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-27 18:07:32 +0000
commit634fa9acf37786ba49ad140304366e63947eb751 (patch)
tree483f7e4896b7e3038c803e1a5e576115fad096fd /games/vamos
parentFix build (diff)
Mark as BROKEN on 4.x
PR: ports/68379 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=112390
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 329a4f4069a1..d79d99b3310f 100644
--- a/games/vamos/Makefile
+++ b/games/vamos/Makefile
@@ -37,6 +37,12 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid -lGL -lGLU -lglut \
${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x (port and dependencies need recent C++ compiler)"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/*.info*
@@ -45,4 +51,4 @@ post-patch:
's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \
s|-pedantic||g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>