diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:15:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 13:15:41 +0000 |
commit | 8982aaa0eecead9ff4a6e0a46911abaff1421ab3 (patch) | |
tree | 0a37cd88e25b56e014ee7db221a61552a36e0412 /games/viruskiller/Makefile | |
parent | a232992c7c1bf7322cb9ea669a3e1a18dba28490 (diff) | |
download | ports-8982aaa0eecead9ff4a6e0a46911abaff1421ab3.tar.gz ports-8982aaa0eecead9ff4a6e0a46911abaff1421ab3.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*)'
Notes
Notes:
svn path=/head/; revision=322690
Diffstat (limited to 'games/viruskiller/Makefile')
-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 |