diff options
author | mat <mat@FreeBSD.org> | 2016-07-04 18:01:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-04 18:01:09 +0800 |
commit | 772686f6f0d213c88ef6053b31df55fefcde45d6 (patch) | |
tree | 78417e9166c5257afcc507a7fb6f1fcc85a5991d /archivers | |
parent | d86001faa8e6e543a77573b339e895636a2ede9d (diff) | |
download | freebsd-ports-gnome-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.gz freebsd-ports-gnome-772686f6f0d213c88ef6053b31df55fefcde45d6.tar.zst freebsd-ports-gnome-772686f6f0d213c88ef6053b31df55fefcde45d6.zip |
Fix ports depending on security/(open|libre)ssl directly.
Sponsored by: Absolight
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-attic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/py-attic/Makefile b/archivers/py-attic/Makefile index 16dcde050c07..a6612c18e136 100644 --- a/archivers/py-attic/Makefile +++ b/archivers/py-attic/Makefile @@ -24,13 +24,14 @@ USE_OPENSSL= yes STRIP_FILES= hashindex.so platform_freebsd.so chunker.so crypto.so PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${OSVERSION} < 1000015 -BUILD_DEPENDS+= openssl>=1.0:security/openssl -RUN_DEPENDS+= openssl>=1.0:security/openssl +WITH_OPENSSL_PORT= yes .endif +.include <bsd.port.pre.mk> + .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} .endif |