diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-19 20:56:41 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-19 20:56:41 +0000 |
commit | 228b41d4aa2bcad4898153536dfd62b23d474c64 (patch) | |
tree | 26b206eed39da710fd202ca2bd7164b95e6fd231 /games | |
parent | 75df7962ece89d6003e2a9b846056cacc654fefe (diff) |
Notes
Diffstat (limited to 'games')
-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 |