diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /archivers/py-borgbackup | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=430454
Diffstat (limited to 'archivers/py-borgbackup')
-rw-r--r-- | archivers/py-borgbackup/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archivers/py-borgbackup/Makefile b/archivers/py-borgbackup/Makefile index a6e349e6ce2b..e8dfa0040dd7 100644 --- a/archivers/py-borgbackup/Makefile +++ b/archivers/py-borgbackup/Makefile @@ -26,13 +26,6 @@ FUSE_RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/llfuse.so:devel/py-llfuse USES= python:3.4+ ssl USE_PYTHON= autoplist distutils -.include <bsd.port.options.mk> - -# borg requires openssl>=1.0.0 -.if ${OSVERSION} < 1000015 -WITH_OPENSSL_PORT=yes -.endif - .include <bsd.port.pre.mk> .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} |