diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 10:15:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 10:15:55 +0800 |
commit | e0b75ad35865537d22cc7012af8d92f92029165a (patch) | |
tree | 3805c7b68e1c42ec5a204757c58149cb2b4b3181 /games/vamos | |
parent | 5be58aedf7eafde811037c47c05d1e1b16788bfc (diff) | |
download | freebsd-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/Makefile | 8 |
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> |