diff options
-rw-r--r-- | games/opensurge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile index 8db80829c6a6..ea24e5923bd0 100644 --- a/games/opensurge/Makefile +++ b/games/opensurge/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS= libalfont.so:x11-fonts/alfont \ WRKSRC= ${WRKDIR}/${PORTNAME}-src-build${SVN_REV} -USES= cmake dos2unix gnome localbase openal:soft +USES= cmake compiler:c++11-lang dos2unix gnome localbase openal:soft DOS2UNIX_GLOB= *.bg *.brk *.grp *.inc *.lev *.lng *.obj *.qst *.spr *.txt PORTDOCS= readme.html |