diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-18 11:15:59 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-18 11:15:59 +0000 |
commit | cad3d03fa71de58d24a8dd70f3cca01b20e28302 (patch) | |
tree | c36dff574db7e5d306ce9e3110753ba96006085f /math/librdata | |
parent | 3541ca6c206bb8ea37aa1503964bacb0e188b52e (diff) | |
download | ports-cad3d03fa71de58d24a8dd70f3cca01b20e28302.tar.gz ports-cad3d03fa71de58d24a8dd70f3cca01b20e28302.zip |
Notes
Diffstat (limited to 'math/librdata')
-rw-r--r-- | math/librdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/librdata/Makefile b/math/librdata/Makefile index e0920ce4a318..466f9e4da69f 100644 --- a/math/librdata/Makefile +++ b/math/librdata/Makefile @@ -11,7 +11,7 @@ COMMENT= Read and write R data frames from C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf libtool gettext-tools +USES= autoreconf compiler:c11 libtool gettext-tools USE_GITHUB= yes GH_ACCOUNT= WizardMac |