misc/nnn: fix build on GCC architectures

Use C11 compiler:
cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
Piotr Kubaj 2020-06-19 23:42:40 +00:00
parent 472c1a9b5b
commit db9c8a938a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539679

View File

@ -11,7 +11,7 @@ COMMENT= Missing terminal file browser for X
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake localbase ncurses readline
USES= compiler:c11 gmake localbase ncurses readline
USE_GITHUB= yes
GH_ACCOUNT= jarun