diff options
Diffstat (limited to 'games/cake/Makefile')
-rw-r--r-- | games/cake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index ccfe79f7b92a..283f22cad08a 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -15,10 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg -USES= gmake +USES= gmake zip USE_GL= glut USE_XORG= x11 xext xmu xt xi sm ice -USE_ZIP= yes # Need to pass `-l', but PATCH_ARGS+= won't work because of PATCH_ARGS?= # in bsd.port.mk |