diff options
Diffstat (limited to 'emulators/jzintv/Makefile')
-rw-r--r-- | emulators/jzintv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 8db0b055adad..055aa1b8de62 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -16,10 +16,9 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/jzintv-1.0-beta4 BUILD_WRKSRC= ${WRKSRC}/src -USES= gmake +USES= gmake zip USE_XORG= x11 xau xdmcp USE_SDL= sdl -USE_ZIP= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} `${SDL_CONFIG} --libs` |