diff options
-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 |