diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:15:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:15:41 +0800 |
commit | 7c957600874ae747c5942ed744911740226344da (patch) | |
tree | 0a37cd88e25b56e014ee7db221a61552a36e0412 /games | |
parent | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (diff) | |
download | freebsd-ports-gnome-7c957600874ae747c5942ed744911740226344da.tar.gz freebsd-ports-gnome-7c957600874ae747c5942ed744911740226344da.tar.zst freebsd-ports-gnome-7c957600874ae747c5942ed744911740226344da.zip |
Mark as broken: does not build:
src/pak.cpp:127: error: cannot convert 'FILE*' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)'
src/pak.cpp:159: error: cannot convert 'FILE*' to 'gzFile_s*' for argument '1' to 'int gzclose(gzFile_s*)'
Diffstat (limited to 'games')
-rw-r--r-- | games/viruskiller/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile index d82b6af30f4e..edc3c8548a03 100644 --- a/games/viruskiller/Makefile +++ b/games/viruskiller/Makefile @@ -16,7 +16,9 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS USE_SDL= mixer image ttf net -USE_GMAKE= yes +USES= gmake + +BROKEN= Does not build INSTALLS_ICONS= yes |