diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-06 04:03:08 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-06 04:03:08 +0000 |
commit | b5ed3382ddf55bd568deabdad40d8c30525547d4 (patch) | |
tree | 04c3dcb86a76b2ccf9fe4db60e79ef5fc2d6eac7 /net/libiscsi | |
parent | 410852bf36dba7eaa2c716fc28ef152e02a9865f (diff) | |
download | ports-b5ed3382ddf55bd568deabdad40d8c30525547d4.tar.gz ports-b5ed3382ddf55bd568deabdad40d8c30525547d4.zip |
Notes
Diffstat (limited to 'net/libiscsi')
-rw-r--r-- | net/libiscsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libiscsi/Makefile b/net/libiscsi/Makefile index 91762f95d0af..63ce9087157b 100644 --- a/net/libiscsi/Makefile +++ b/net/libiscsi/Makefile @@ -13,7 +13,7 @@ LICENSE_COMB= multi LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENCE-LGPL-2.1.txt LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENCE-GPL-2.txt -USES= autoreconf libtool pathfix +USES= autoreconf compiler:c11 libtool pathfix USE_GITHUB= yes USE_LDCONFIG= yes |