diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 02:07:32 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 02:07:32 +0800 |
commit | 296248a5a83864f98f44e3842945cffe63c21801 (patch) | |
tree | d218e627ac4cd2c186fa95939de258e803f16fc9 /games/vamos | |
parent | b9f98d390e94c96cdf512232964163bdc47e9921 (diff) | |
download | freebsd-ports-gnome-296248a5a83864f98f44e3842945cffe63c21801.tar.gz freebsd-ports-gnome-296248a5a83864f98f44e3842945cffe63c21801.tar.zst freebsd-ports-gnome-296248a5a83864f98f44e3842945cffe63c21801.zip |
Mark as BROKEN on 4.x
PR: ports/68379
Submitted by: Ports Fury
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 8 |
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> |