diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-06-20 07:30:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-06-20 07:30:07 +0000 |
commit | f0ad54493c030675d08270d3378040bcf75ac0ac (patch) | |
tree | f79f81ba27258b401883ac371bfdbd15cb0204fd /net/nbdkit | |
parent | d1391f36368ed2f61e02794d9c92653b1e45e812 (diff) | |
download | ports-f0ad54493c030675d08270d3378040bcf75ac0ac.tar.gz ports-f0ad54493c030675d08270d3378040bcf75ac0ac.zip |
Notes
Diffstat (limited to 'net/nbdkit')
-rw-r--r-- | net/nbdkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nbdkit/Makefile b/net/nbdkit/Makefile index 48078e7187f9..5ef96f628997 100644 --- a/net/nbdkit/Makefile +++ b/net/nbdkit/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -USES= gmake libtool +USES= compiler:c11 gmake libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |