sysutils/quickjail: fix build on GCC architectures

cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
Piotr Kubaj 2020-11-17 16:51:39 +00:00
parent e043722971
commit c7c0e73c8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555569

View File

@ -11,7 +11,7 @@ COMMENT= Utility to quickly create transient single-command jails
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= uidfix
USES= compiler:c11 uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}