diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-26 21:50:00 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-26 21:50:00 +0000 |
commit | ce1188030a9f4d4e19ed46deb3dead2d04b0ce62 (patch) | |
tree | fa9fa29b8ce901c9c83f2f3c9a260b5959a29d86 /net | |
parent | 587ee3db5229d8193407499570a7e8a792e0856b (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/s3ql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/s3ql/Makefile b/net/s3ql/Makefile index 504f36df2206..f37cfe763345 100644 --- a/net/s3ql/Makefile +++ b/net/s3ql/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>=3.7:databases/py-apsw@${PY_FLAVOR} \ ca_root_nss>=0:security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= localbase python:3.3+ sqlite tar:bz2 +USES= compiler:c++11-lang localbase python:3.3+ sqlite tar:bz2 USE_PYTHON= autoplist distutils optsuffix post-install: |