diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:02:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:02:19 +0000 |
commit | 2a2c47052feab86719dfafd657dcc53d81ae6624 (patch) | |
tree | 3944b9c0824a6daafa68343bc18b836a91952250 /games | |
parent | 5f3263dda67aa8126002f41ecd1a1bde600c41c6 (diff) | |
download | ports-2a2c47052feab86719dfafd657dcc53d81ae6624.tar.gz ports-2a2c47052feab86719dfafd657dcc53d81ae6624.zip |
Notes
Diffstat (limited to 'games')
-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 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> |