diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:07:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-27 18:07:32 +0000 |
commit | 634fa9acf37786ba49ad140304366e63947eb751 (patch) | |
tree | 483f7e4896b7e3038c803e1a5e576115fad096fd /games/vamos | |
parent | 74cca606500b1032505013f269d5d16363a99e02 (diff) | |
download | ports-634fa9acf37786ba49ad140304366e63947eb751.tar.gz ports-634fa9acf37786ba49ad140304366e63947eb751.zip |
Notes
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> |