diff options
Diffstat (limited to 'games/searchandrescue/Makefile')
-rw-r--r-- | games/searchandrescue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/searchandrescue/Makefile b/games/searchandrescue/Makefile index e37c0c3db988..200eb2efafe8 100644 --- a/games/searchandrescue/Makefile +++ b/games/searchandrescue/Makefile @@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/share/searchandrescue/human.ini:games/searchandrescue-data +USES= gl sdl xorg +USE_GL= gl glu USE_SDL= mixer USE_XORG= ice sm x11 xau xdmcp xext xmu xpm xxf86vm -USE_GL= gl glu WRKSRC= ${WRKDIR}/${PORTNAME:tl}_${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ |